Skip to content

Commit 7d36cb2

Browse files
authored
Merge pull request #25 from martinRenou/fix_sphinx_pinning
Fix sphinx pinning
2 parents 9dbd9b3 + 6b977cc commit 7d36cb2

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
@@ -10,7 +10,7 @@
1010
install_requires=[
1111
'docutils',
1212
'jupyterlite',
13-
'sphinx>=1.8',
13+
'sphinx>=4,<5',
1414
'jupyter_server',
1515
'jupyterlab_server',
1616
],

0 commit comments

Comments
 (0)