Skip to content

Commit

Permalink
setup: test updating sphinx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Nov 9, 2023
1 parent 5603917 commit be9c8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ def get_version(rel_path):
"frank>=1.2.1",
],
"docs": [
"sphinx>=5.0.2",
"sphinx>=5.3.0",
"numpy",
"jupytext",
"ipython!=8.7.0", # broken version for syntax higlight https://github.com/spatialaudio/nbsphinx/issues/687
"nbsphinx",
"sphinx_book_theme==0.3.3",
"sphinx_book_theme>=0.9.3",
"sphinx_copybutton",
"jupyter",
"nbconvert",
Expand Down

0 comments on commit be9c8e7

Please sign in to comment.