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 290789c commit fa0308aCopy full SHA for fa0308a
docs/source/contributing/build_docs.md
@@ -6,7 +6,7 @@ To build the docs, run these commands at pymc repository root:
6
$ pip install -r requirements-dev.txt # Make sure the dev requirements are installed
7
$ make clean # clean built docs from previous runs and intermediate outputs
8
$ make html # Build docs
9
-$ python -m http.server --directory ../_build/ # Render docs
+$ python -m http.server --directory docs/_build/ # Render docs
10
```
11
12
Check the printed url where docs are being served and open it.
0 commit comments