* Improve error handling for failures in pre-build commands.
2024.10.02
-----------------------
* Show the changed paths that triggered the rebuild.
2024.09.19
-----------------------
* Fix path filtering on Windows by normalising path separators. * Filter various directories by default (``.git``, ``venv``, etc). * Serve the correct directory when using make mode (``-M``).
2024.09.18
-----------------------
* Run Sphinx through the Python entry point rather than the binary on PATH.
2024.09.17
-----------------------
* Relax checks for paths that aren't required to exist.
2024.09.03
-----------------------
* Fix support for Python 3.9. * Fix running ``sphinx-autobuild`` via entry point scripts. * Run ``sphinx-build`` in a subprocess to mitigate autdoc issues. * Support the ``-M`` 'make mode' option for ``sphinx-build``.