We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90760ef commit 3dbcb41Copy full SHA for 3dbcb41
docs/README.md
@@ -19,15 +19,15 @@ pip install -U mkdocs
19
20
Build the HTML documentation by running
21
```
22
-mkdocs build
+mkdocs build -f docs/mkdocs.yml
23
24
which will create a `site` directory where markdown files are
25
converted to HTML
26
27
Create a local host for the HTML documentation by running
28
29
30
-mkdocs serve
+mkdocs serve -f docs/mkdocs.yml
31
32
33
This will create the documentation, usually at http://localhost:8000 .
0 commit comments