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 31c9bd8 commit 7d199edCopy full SHA for 7d199ed
NEWS.rst
@@ -4,7 +4,13 @@ Changelog
4
unreleased
5
----------
6
7
+2024.09.03 - 2024-09-03
8
+-----------------------
9
+
10
* 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``.
14
15
2024.04.16 - 2024-04-16
16
-----------------------
sphinx_autobuild/__init__.py
@@ -1,3 +1,3 @@
1
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
2
3
-__version__ = "2024.04.16"
+__version__ = "2024.09.03"
0 commit comments