mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Support all versions less than 0.18
This commit is contained in:
parent
34f81daaf5
commit
e555f94ae1
2
setup.py
2
setup.py
@ -119,7 +119,7 @@ setup(
|
|||||||
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'sphinx>=1.6',
|
'sphinx>=1.6',
|
||||||
'docutils<=0.17.1',
|
'docutils<0.18',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest',
|
'pytest',
|
||||||
|
Loading…
Reference in New Issue
Block a user