mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Upgrade the version requirements.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -8,6 +8,12 @@ Incompatible changes
|
|||||||
value anymore. (It was the only thing that the directive did output, and
|
value anymore. (It was the only thing that the directive did output, and
|
||||||
therefore quite inconsistent.)
|
therefore quite inconsistent.)
|
||||||
|
|
||||||
|
* Removed support for old dependency versions; requirements are now:
|
||||||
|
|
||||||
|
- Pygments >= 1.2
|
||||||
|
- Docutils >= 0.7
|
||||||
|
- Jinja2 >= 2.3
|
||||||
|
|
||||||
Features added
|
Features added
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|||||||
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.5']
|
requires = ['Pygments>=1.2', 'Jinja2>=2.3', 'docutils>=0.7']
|
||||||
|
|
||||||
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.')
|
||||||
|
|||||||
Reference in New Issue
Block a user