We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9965d2f commit 08ee77dCopy full SHA for 08ee77d
1 file changed
setup.py
@@ -29,7 +29,8 @@
29
'nbconvert>=5.3,!=5.4',
30
'traitlets>=5',
31
'nbformat',
32
- 'sphinx>=1.8',
+ # https://github.com/spatialaudio/nbsphinx/issues/825
33
+ 'sphinx >= 1.8, < 8.2',
34
],
35
author='Matthias Geier',
36
author_email='Matthias.Geier@gmail.com',
0 commit comments