mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Drop docutils 0.12 and 0.13 support
This commit is contained in:
parent
2bd7c19c7b
commit
b2360a133b
1
CHANGES
1
CHANGES
@ -5,6 +5,7 @@ Dependencies
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
* Drop python 3.5 support
|
* Drop python 3.5 support
|
||||||
|
* Drop docutils 0.12 and 0.13 support
|
||||||
|
|
||||||
Incompatible changes
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ install_requires = [
|
|||||||
'sphinxcontrib-qthelp',
|
'sphinxcontrib-qthelp',
|
||||||
'Jinja2>=2.3',
|
'Jinja2>=2.3',
|
||||||
'Pygments>=2.0',
|
'Pygments>=2.0',
|
||||||
'docutils>=0.12',
|
'docutils>=0.14',
|
||||||
'snowballstemmer>=1.1',
|
'snowballstemmer>=1.1',
|
||||||
'babel>=1.3',
|
'babel>=1.3',
|
||||||
'alabaster>=0.7,<0.8',
|
'alabaster>=0.7,<0.8',
|
||||||
|
Loading…
Reference in New Issue
Block a user