Skip to content

Commit 474f2ee

Browse files
committed
Merge branch 'docutils0.17.1' of github.com:readthedocs/sphinx_rtd_theme into docutils0.17.1
2 parents 1a8a6b3 + e555f94 commit 474f2ee

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
@@ -119,7 +119,7 @@ def run(self):
119119
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
120120
install_requires=[
121121
'sphinx>=1.6',
122-
'docutils<=0.17.1',
122+
'docutils<0.18',
123123
],
124124
tests_require=[
125125
'pytest',

0 commit comments

Comments
 (0)