Skip to content

Commit

Permalink
Setup: Require docutils<0.17'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Blendify authored and ericholscher committed Apr 5, 2021
1 parent f6554bf commit 9ca1f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def run(self):
},
install_requires=[
'sphinx'
'docutils<0.17', # https://github.com/sphinx-doc/sphinx/issues/9001
],
tests_require=[
'pytest',
Expand Down

0 comments on commit 9ca1f54

Please sign in to comment.