We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c62ad4 commit ff4bcaeCopy full SHA for ff4bcae
CHANGES
@@ -1,3 +1,9 @@
1
+Release 1.1.9 (2023-08-20)
2
+==========================
3
+
4
+* Serialise context["script_files"] and context["css_files"] as their filenames
5
+ on Sphinx 7.2.0.
6
7
Release 1.1.8 (2023-08-14)
8
==========================
9
sphinxcontrib/serializinghtml/__init__.py
@@ -13,8 +13,8 @@
13
14
from sphinxcontrib.serializinghtml import jsonimpl
15
16
-__version__ = '1.1.8'
17
-__version_info__ = (1, 1, 8)
+__version__ = '1.1.9'
+__version_info__ = (1, 1, 9)
18
19
package_dir = path.abspath(path.dirname(__file__))
20
0 commit comments