48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Wed Nov 20 18:26:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 2024.10.13:
|
||
|
* Improve error handling for failures in pre-build commands.
|
||
|
* Show the changed paths that triggered the rebuild.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Sep 25 05:21:38 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||
|
|
||
|
- Add %{?sle15_python_module_pythons}
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Sep 23 08:47:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- 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.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sun Sep 8 16:21:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- 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
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Mar 6 13:04:27 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||
|
|
||
|
- Initial package (2021.3.14)
|