Skip to content

Commit 9ca1f54

Browse files
Blendifyericholscher
authored andcommitted
Setup: Require docutils<0.17'
Docutils 0.17 changes some rendering of properties, until support is added we should probably pin to use an older version. I may not be a bad idea to keep a pinned version in the theme to prevent this issue in the future.
1 parent f6554bf commit 9ca1f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def run(self):
116116
},
117117
install_requires=[
118118
'sphinx'
119+
'docutils<0.17', # https://github.com/sphinx-doc/sphinx/issues/9001
119120
],
120121
tests_require=[
121122
'pytest',

0 commit comments

Comments
 (0)