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 36769fd commit 9ca63daCopy full SHA for 9ca63da
docs/requirements.txt
@@ -4,7 +4,7 @@ funsor
4
jax>=0.1.65
5
jaxlib>=0.1.45
6
optax==0.0.6
7
-nbsphinx>=0.8.4
+nbsphinx>=0.8.5
8
sphinx-gallery
9
tfp-nightly # TODO: change this to tensorflow-probability when it is stable
10
tqdm
setup.py
@@ -39,9 +39,8 @@
39
extras_require={
40
"doc": [
41
"ipython", # sphinx needs this to render codes
42
- "jinja2<3.0.0",
43
- "nbsphinx",
44
- "sphinx<4.0.0",
+ "nbsphinx>=0.8.5",
+ "sphinx",
45
"sphinx_rtd_theme",
46
"sphinx-gallery",
47
],
0 commit comments