Skip to content

Commit 4cbb470

Browse files
author
root
committed
sphinx version < 4.0 frozen
1 parent 4ebea33 commit 4cbb470

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@
104104
extras_require={
105105
'doc':
106106
[
107-
'sphinx', 'sphinx-autobuild', 'sphinx_rtd_theme', 'sphinxcontrib-plantuml',
107+
'sphinx<4.0', # sphinx>=4.0 doesn't support Python 3.5
108+
'sphinx-autobuild',
109+
'sphinx_rtd_theme',
110+
'sphinxcontrib-plantuml',
108111
'sadisplay'
109112
],
110113
},

0 commit comments

Comments
 (0)