Skip to content

Commit 8877b42

Browse files
Fix command for serving docs locally (#8)
1 parent 7007107 commit 8877b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/contributing/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ feature.
2727
## Building Docs
2828

2929
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>
30+
`python -m http.server -d docs/_build/dirhtml`. Then go to <https://localhost:8000>
3131
in your browser to view the docs.
3232

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

0 commit comments

Comments
 (0)