Skip to content

Commit

Permalink
remove upper bound sphinx (#1721)
Browse files Browse the repository at this point in the history
* bound version

* strong pin

* add pin in setup.py

* missing comma

* fix bound

* fix bound

* add comma

* more bounds

* more bounds

* more bounds

* more bounds

* rm unnecessary bound

* rm pin bounds and unpin sphinx
  • Loading branch information
juanitorduz authored Jan 16, 2024
1 parent d28fd82 commit c2b9e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ optax
pillow
pylab-sdk
pyyaml
readthedocs-sphinx-search==0.1.2
sphinx<5
sphinx>=5
sphinx-gallery==0.10.1 # tutorial page is not rendered correctly with newer versions
sphinx_rtd_theme==1.0.0
tensorflow_probability
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ipython", # sphinx needs this to render codes
"nbsphinx>=0.8.5",
"readthedocs-sphinx-search==0.1.0",
"sphinx",
"sphinx>=5",
"sphinx_rtd_theme",
"sphinx-gallery",
],
Expand Down

0 comments on commit c2b9e87

Please sign in to comment.