fc690005d2
- update to 2025.08.25: * Drop support for Python 3.9-3.10 to match Sphinx. * Declare support for Python 3.14. * Add an optional `--post-build flag to run additional commands after building the documentation. * Add support for the SPHINX_AUTOBUILD_DEBUG` environment variable to help with debugging.
Dirk Mueller2025-09-30 12:14:24 +00:00
c7dada34ad
- update to 2024.10.13: * Improve error handling for failures in pre-build commands. * Show the changed paths that triggered the rebuild.
Dirk Mueller2024-11-20 18:27:11 +00:00
4f05fc6f55
Accepting request 1203334 from devel:languages:python
Ana Guerrero2024-09-25 19:54:29 +00:00
97daa93da6
Accepting request 1202566 from devel:languages:python
Ana Guerrero2024-09-23 13:23:46 +00:00
52fc8c2b7b
- update to 2024.09.19: * Filter various directories by default (`.git, venv, etc). * Serve the correct directory when using make mode (-M`). * Run Sphinx through the Python entry point rather than the binary on PATH. * Relax checks for paths that aren't required to exist.
Dirk Mueller2024-09-23 08:49:42 +00:00
abdc87fda3
Accepting request 1199492 from devel:languages:python
Ana Guerrero2024-09-09 12:44:42 +00:00
123c272e02
- update to 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. * Add a missing dependency on watchfiles. * Adopt Ruff in place of flake8 and black. * Drop python-livereload. * Add starlette and uvicorn as dependencies. * Implement hot reloading via websockets. * Run Sphinx rebuilds in an asynchronous executor. * Declare support for Python 3.9, 3.10, 3.11, and 3.12 * Drop support for Python 3.8 and earlier * Allow passing relative paths to --ignore * Support all valid sphinx-build options (except Make-mode) * Fix path issues on Windows * Differentiate pre-build command failures from Sphinx failures
Dirk Mueller2024-09-08 16:28:13 +00:00