Skip to content

Commit 9ca63da

Browse files
authored
bump nbsphinx version (#1041)
1 parent 36769fd commit 9ca63da

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ funsor
44
jax>=0.1.65
55
jaxlib>=0.1.45
66
optax==0.0.6
7-
nbsphinx>=0.8.4
7+
nbsphinx>=0.8.5
88
sphinx-gallery
99
tfp-nightly # TODO: change this to tensorflow-probability when it is stable
1010
tqdm

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
extras_require={
4040
"doc": [
4141
"ipython", # sphinx needs this to render codes
42-
"jinja2<3.0.0",
43-
"nbsphinx",
44-
"sphinx<4.0.0",
42+
"nbsphinx>=0.8.5",
43+
"sphinx",
4544
"sphinx_rtd_theme",
4645
"sphinx-gallery",
4746
],

0 commit comments

Comments
 (0)