mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Require newer docutils and Pygments.
This commit is contained in:
@@ -6,7 +6,6 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
env:
|
env:
|
||||||
- DOCUTILS=0.10
|
|
||||||
- DOCUTILS=0.11
|
- DOCUTILS=0.11
|
||||||
- DOCUTILS=0.12
|
- DOCUTILS=0.12
|
||||||
install:
|
install:
|
||||||
|
2
CHANGES
2
CHANGES
@@ -4,6 +4,8 @@ Release 1.3b3 (in development)
|
|||||||
Incompatible changes
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
* Dependency requirement updates: docutils 0.11, Pygments 2.0
|
||||||
|
|
||||||
Features added
|
Features added
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@@ -48,8 +48,8 @@ if sys.version_info < (2, 6) or (3, 0) <= sys.version_info < (3, 3):
|
|||||||
requires = [
|
requires = [
|
||||||
'six>=1.4',
|
'six>=1.4',
|
||||||
'Jinja2>=2.3',
|
'Jinja2>=2.3',
|
||||||
'Pygments>=1.2',
|
'Pygments>=2.0',
|
||||||
'docutils>=0.10',
|
'docutils>=0.11',
|
||||||
'snowballstemmer>=1.1',
|
'snowballstemmer>=1.1',
|
||||||
'babel',
|
'babel',
|
||||||
]
|
]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
six>=1.4
|
six>=1.4
|
||||||
Jinja2>=2.3
|
Jinja2>=2.3
|
||||||
Pygments>=1.2
|
Pygments>=2.0
|
||||||
docutils>=0.10
|
docutils>=0.11
|
||||||
snowballstemmer>=1.1
|
snowballstemmer>=1.1
|
||||||
babel
|
babel
|
||||||
sqlalchemy>=0.9
|
sqlalchemy>=0.9
|
||||||
|
Reference in New Issue
Block a user