Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ feature.
## Building Docs

To build the docs locally, run `tox r -e docs`. To serve the docs locally, run
`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>
in your browser to view the docs.

Documentation is hosted by Read the Docs. It is deployed on every change to the
Expand Down