mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Require docutils 0.5, as announced.
This commit is contained in:
parent
b3b58ea24c
commit
7f818affe4
2
setup.py
2
setup.py
@ -44,7 +44,7 @@ A development egg can be found `here
|
|||||||
<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
|
<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
requires = ['Pygments>=0.8', 'Jinja2>=2.2', 'docutils>=0.4']
|
requires = ['Pygments>=0.8', 'Jinja2>=2.2', 'docutils>=0.5']
|
||||||
|
|
||||||
if sys.version_info < (2, 4):
|
if sys.version_info < (2, 4):
|
||||||
print 'ERROR: Sphinx requires at least Python 2.4 to run.'
|
print 'ERROR: Sphinx requires at least Python 2.4 to run.'
|
||||||
|
Loading…
Reference in New Issue
Block a user