Skip to content

Commit d9197ef

Browse files
ismsmichaelosthege
authored andcommitted
Add numpyro install to building docs instructions
Fixes #5935
1 parent 73a5957 commit d9197ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/contributing/build_docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ To build the docs, run these commands at PyMC repository root:
99

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

0 commit comments

Comments
 (0)