Skip to content

Commit

Permalink
Fix install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Apr 5, 2021
1 parent 4684f1e commit 698d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def run(self):
]
},
install_requires=[
'sphinx'
'sphinx',
'docutils<0.17', # https://github.com/sphinx-doc/sphinx/issues/9001
],
tests_require=[
Expand Down

0 comments on commit 698d725

Please sign in to comment.