mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Support docutils-0.17
This commit is contained in:
parent
dfdc7626b5
commit
1978c4a0cb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
4
CHANGES
4
CHANGES
@ -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
|
||||
--------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user