Skip to content

Commit c59b3f2

Browse files
committed
Newer versions of sphinx work with nbsphinx
We had temporarily limited the sphinx version due to compatibility issues with nbsphinx. These issues have been addressed upstream, so we can return to using the most recent version. See: spatialaudio/nbsphinx#825 (comment)
1 parent 543b958 commit c59b3f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ recommonmark
3131
rtree
3232
safetensors
3333
slidingwindow
34-
sphinx<8.2.0
34+
sphinx
3535
sphinx_markdown_tables
3636
sphinx_rtd_theme
3737
sphinx-design

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies = [
6464
"scipy>1.5",
6565
"six",
6666
"slidingwindow",
67-
"sphinx<8.2.0",
67+
"sphinx",
6868
"supervision",
6969
"torch",
7070
"torchvision>=0.13",

0 commit comments

Comments
 (0)