Merge pull request #9125 from tk0miya/unpin_docutils-0.17

Support docutils-0.17
This commit is contained in:
Takeshi KOMIYA 2021-04-29 14:52:38 +09:00 committed by GitHub
commit 3b12911e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',