mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Require sphinxcontrib-serializinghtml 1.1.9 or later
This commit is contained in:
parent
1e16f21019
commit
6183b6abee
6
CHANGES
6
CHANGES
@ -1,10 +1,16 @@
|
||||
Release 7.2.3 (in development)
|
||||
==============================
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
* #11576: Require sphinxcontrib-serializinghtml 1.1.9.
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* Fix regression in ``autodoc.Documenter.parse_name()``.
|
||||
* Fix regression in JSON serialisation.
|
||||
|
||||
Release 7.2.2 (released Aug 17, 2023)
|
||||
=====================================
|
||||
|
@ -59,7 +59,7 @@ dependencies = [
|
||||
"sphinxcontrib-devhelp",
|
||||
"sphinxcontrib-jsmath",
|
||||
"sphinxcontrib-htmlhelp>=2.0.0",
|
||||
"sphinxcontrib-serializinghtml>=1.1.5",
|
||||
"sphinxcontrib-serializinghtml>=1.1.9",
|
||||
"sphinxcontrib-qthelp",
|
||||
"Jinja2>=3.0",
|
||||
"Pygments>=2.14",
|
||||
|
Loading…
Reference in New Issue
Block a user