Skip to content

Commit fa0308a

Browse files
authored
Fix command to render documentation in build_docs (#5482)
1 parent 290789c commit fa0308a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing/build_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To build the docs, run these commands at pymc repository root:
66
$ pip install -r requirements-dev.txt # Make sure the dev requirements are installed
77
$ make clean # clean built docs from previous runs and intermediate outputs
88
$ make html # Build docs
9-
$ python -m http.server --directory ../_build/ # Render docs
9+
$ python -m http.server --directory docs/_build/ # Render docs
1010
```
1111

1212
Check the printed url where docs are being served and open it.

0 commit comments

Comments
 (0)