Skip to content

Commit

Permalink
Fix backport of requirements (#1118)
Browse files Browse the repository at this point in the history
This was fixed before releasing 0.5.2,
but looks like the change was lost after merging it to master.
  • Loading branch information
stsewd authored Apr 6, 2021
1 parent ca2719b commit 9df65f1
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 @@ -117,7 +117,7 @@ def run(self):
]
},
install_requires=[
'sphinx>=1.6'
'sphinx>=1.6',
'docutils<0.17', # https://github.com/sphinx-doc/sphinx/issues/9001
],
tests_require=[
Expand Down

0 comments on commit 9df65f1

Please sign in to comment.