Skip to content

Commit 7d199ed

Browse files
committed
Release 2024.09.03
1 parent 31c9bd8 commit 7d199ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Changelog
44
unreleased
55
----------
66

7+
2024.09.03 - 2024-09-03
8+
-----------------------
9+
710
* Fix support for Python 3.9.
11+
* Fix running ``sphinx-autobuild`` via entry point scripts.
12+
* Run ``sphinx-build`` in a subprocess to mitigate autdoc issues.
13+
* Support the ``-M`` 'make mode' option for ``sphinx-build``.
814

915
2024.04.16 - 2024-04-16
1016
-----------------------

sphinx_autobuild/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
22

3-
__version__ = "2024.04.16"
3+
__version__ = "2024.09.03"

0 commit comments

Comments
 (0)