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 73a5957 commit d9197efCopy full SHA for d9197ef
docs/source/contributing/build_docs.md
@@ -9,6 +9,7 @@ To build the docs, run these commands at PyMC repository root:
9
10
```bash
11
$ 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
13
$ make clean # clean built docs from previous runs and intermediate outputs
14
$ make html # Build docs
15
$ python -m http.server --directory docs/_build/ # Render docs
0 commit comments