Skip to content

Commit 93cee1d

Browse files
authored
Merge pull request #4223 from silx-kit/workaround_sphinx
setup.py: avoid sphinx 8.2
2 parents dd7a811 + 1b08d4b commit 93cee1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def get_project_configuration():
195195
"pandoc",
196196
"pillow",
197197
"pydata_sphinx_theme",
198-
"sphinx",
198+
"sphinx<8.2", # until https://github.com/spatialaudio/nbsphinx/issues/825 not fixed
199199
"sphinx-autodoc-typehints",
200200
"sphinx-design",
201201
}

0 commit comments

Comments
 (0)