Skip to content

Commit 08ee77d

Browse files
committed
Disable Sphinx 8.2+
1 parent 9965d2f commit 08ee77d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
'nbconvert>=5.3,!=5.4',
3030
'traitlets>=5',
3131
'nbformat',
32-
'sphinx>=1.8',
32+
# https://github.com/spatialaudio/nbsphinx/issues/825
33+
'sphinx >= 1.8, < 8.2',
3334
],
3435
author='Matthias Geier',
3536
author_email='[email protected]',

0 commit comments

Comments
 (0)