Skip to content

Commit 6b977cc

Browse files
committed
Fix sphinx pinning
1 parent 843f2da commit 6b977cc

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)