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 f810750 commit fd726c5Copy full SHA for fd726c5
NEWS.rst
@@ -4,8 +4,15 @@ Changelog
4
unreleased
5
----------
6
7
+2025.08.25 - 2025-08-25
8
+-----------------------
9
+
10
* Drop support for Python 3.9-3.10 to match Sphinx.
11
* Declare support for Python 3.14.
12
+* Add an optional ``--post-build`` flag to run additional commands
13
+ after building the documentation.
14
+* Add support for the ``SPHINX_AUTOBUILD_DEBUG`` environment variable
15
+ to help with debugging.
16
17
2024.10.03 - 2024-10-03
18
-----------------------
sphinx_autobuild/__init__.py
@@ -1,3 +1,3 @@
1
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
2
3
-__version__ = "2024.10.03"
+__version__ = "2025.08.25"
0 commit comments