File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ ways to do it.
10
10
11
11
### Static build
12
12
13
- 1 . Run ` poetry shell ` to build the dependencies and drop into a virtualenv .
13
+ 1 . Run ` poetry install ` to build the dependencies.
14
14
2 . Run ` poetry run task build ` to build the documentation.
15
15
3 . Run ` poetry run task serve ` to serve the docs on port 8000 (or `poetry run
16
16
task serve 8001` to use a different port of your choice).
17
17
18
18
### Watch mode build.
19
19
20
- 1 . Run ` poetry shell ` to build the dependencies and drop into a virtualenv .
20
+ 1 . Run ` poetry install ` to build the dependencies.
21
21
2 . Run ` poetry run task watch ` to build and serve the docs on port 8000 (or
22
22
` poetry run task watch PORT=8001 ` to use a different port of your choice).
23
23
Changes to the documentation source code will cause an automatic rebuild.
You can’t perform that action at this time.
0 commit comments