mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
* add support docutils-0.12
This commit is contained in:
parent
954869df26
commit
caf687d379
1
CHANGES
1
CHANGES
@ -6,6 +6,7 @@ Incompatible changes
|
|||||||
|
|
||||||
* Dropped support for Python 2.5, 3.1 and 3.2.
|
* Dropped support for Python 2.5, 3.1 and 3.2.
|
||||||
* Dropped support for docutils versions up to 0.9.
|
* Dropped support for docutils versions up to 0.9.
|
||||||
|
* Add support for docutils 0.12
|
||||||
* Removed the ``sphinx.ext.oldcmarkup`` extension.
|
* Removed the ``sphinx.ext.oldcmarkup`` extension.
|
||||||
* The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and
|
* The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and
|
||||||
``unused_docs`` have been removed.
|
``unused_docs`` have been removed.
|
||||||
|
8
tox.ini
8
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist=py26,py27,py33,py34,pypy,du11,du10
|
envlist=py26,py27,py33,py34,pypy,du12,du11,du10
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
@ -39,3 +39,9 @@ deps=
|
|||||||
mock
|
mock
|
||||||
docutils==0.11
|
docutils==0.11
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
|
||||||
|
[testenv:du12]
|
||||||
|
deps=
|
||||||
|
mock
|
||||||
|
docutils==0.12
|
||||||
|
{[testenv]deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user