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
1 change: 1 addition & 0 deletions docs/source/contributing/build_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ To build the docs, run these commands at pymc repository root:

```bash
$ pip install -r requirements-dev.txt # Make sure the dev requirements are installed
$ pip install numpyro # Make sure `sampling_jax` docs can be built
$ make clean # clean built docs from previous runs and intermediate outputs
$ make html # Build docs
$ python -m http.server --directory docs/_build/ # Render docs
Expand Down