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 7007107 commit 8877b42Copy full SHA for 8877b42
content/contributing/docs.md
@@ -27,7 +27,7 @@ feature.
27
## Building Docs
28
29
To build the docs locally, run `tox r -e docs`. To serve the docs locally, run
30
-`python -m http.server docs/_build/dirhtml`. Then go to <https://localhost:8000>
+`python -m http.server -d docs/_build/dirhtml`. Then go to <https://localhost:8000>
31
in your browser to view the docs.
32
33
Documentation is hosted by Read the Docs. It is deployed on every change to the
0 commit comments