Require sphinxcontrib-serializinghtml 1.1.9 or later

This commit is contained in:
Adam Turner 2023-08-21 00:27:59 +01:00
parent 1e16f21019
commit 6183b6abee
2 changed files with 7 additions and 1 deletions

View File

@ -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)
=====================================

View File

@ -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",