Skip to content

Commit 025f26c

Browse files
committed
Pin Sphinx 3.x to docutils <0.17
This will address the issues that the latest docutils release caused. I think thi si a good practice in general to make sure we have a defined range of docutils versions, given that they might change in the future. Having this defined will mean that 3.x versions of Sphinx will always work, even when docutils has advanced with additional backwards incompatible features. Refs #9065 #9063 #9061 #9051
1 parent 53d3c94 commit 025f26c

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)