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 7b10420 commit b134d97Copy full SHA for b134d97
NEWS.rst
@@ -4,6 +4,11 @@ Changelog
4
unreleased
5
----------
6
7
+2024.09.18 - 2024-09-18
8
+-----------------------
9
+
10
+* Run Sphinx through the Python entry point rather than the binary on PATH.
11
12
2024.09.17 - 2024-09-17
13
-----------------------
14
sphinx_autobuild/__init__.py
@@ -1,3 +1,3 @@
1
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
2
3
-__version__ = "2024.09.17"
+__version__ = "2024.09.18"
0 commit comments