Skip to content

Commit 9df65f1

Browse files
authored
Fix backport of requirements (#1118)
This was fixed before releasing 0.5.2, but looks like the change was lost after merging it to master.
1 parent ca2719b commit 9df65f1

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
@@ -117,7 +117,7 @@ def run(self):
117117
]
118118
},
119119
install_requires=[
120-
'sphinx>=1.6'
120+
'sphinx>=1.6',
121121
'docutils<0.17', # https://github.com/sphinx-doc/sphinx/issues/9001
122122
],
123123
tests_require=[

0 commit comments

Comments
 (0)