Skip to content

Commit 065c821

Browse files
committed
Docs: Pin nbconvert < 7.14
- pin nbconvert due to directive errors in sphinx caused by nbconvert >= 7.14
1 parent c71c868 commit 065c821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def replace(mobj):
6767
'sphinxcontrib.datatemplates>=0.9.0',
6868
'sphinxcontrib.bibtex>=2.4.1',
6969
'nbsphinx>=0.8.8',
70+
'nbconvert<7.14', # see https://github.com/jupyter/nbconvert/issues/2092
7071
'ipykernel>=6.13.0',
7172
],
7273
'tests': [

0 commit comments

Comments
 (0)