Support docutils-0.17

This commit is contained in:
Takeshi KOMIYA 2021-04-22 01:38:31 +09:00
parent dfdc7626b5
commit 1978c4a0cb
3 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
docutils: du16
- name: py39
python: 3.9
docutils: du16
docutils: du17
coverage: "--cov ./ --cov-append --cov-config setup.cfg"
# - name: py310-dev
# python: 3.10-dev

View File

@ -4,6 +4,10 @@ Release 4.0.0 beta2 (in development)
Dependencies
------------
* Support docutils-0.17. Please notice it changes the output of HTML builder.
Some themes do not support it, and you need to update your custom CSS to
upgrade it.
Incompatible changes
--------------------

View File

@ -23,7 +23,7 @@ install_requires = [
'sphinxcontrib-qthelp',
'Jinja2>=2.3',
'Pygments>=2.0',
'docutils>=0.14,<0.17',
'docutils>=0.14,<0.18',
'snowballstemmer>=1.1',
'babel>=1.3',
'alabaster>=0.7,<0.8',