Skip to content

Commit eb94406

Browse files
authored
Merge pull request #9071 from ericholscher/pin-docutils
Pin Sphinx 3.x to docutils <0.17
2 parents 53d3c94 + 025f26c commit eb94406

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
@@ -23,7 +23,7 @@
2323
'sphinxcontrib-qthelp',
2424
'Jinja2>=2.3',
2525
'Pygments>=2.0',
26-
'docutils>=0.12',
26+
'docutils>=0.12,<0.17',
2727
'snowballstemmer>=1.1',
2828
'babel>=1.3',
2929
'alabaster>=0.7,<0.8',

0 commit comments

Comments
 (0)