Sync from SUSE:SLFO:Main python-sphinxcontrib-apidoc revision ea624750a0087cf7d5296fe890daf744

This commit is contained in:
2024-12-13 12:25:53 +01:00
parent 10db58f7c9
commit 9f1bf17221
5 changed files with 38 additions and 91 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Jan 21 10:54:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* Added quote marks to indicate default template dir is a
string
* Removed more white space to match required style
* Removed white space screwing with PR linter
* Added description of apidoc\_template\_dir option to README
* Added missed line in patch for templates support
* Added support for autodoc --templatedir option
* Use release/v1 branch of pypi release workflow
-------------------------------------------------------------------
Thu Oct 5 09:06:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.4.0:
* Remove docs build
* Fix lint issues
* Configure trusted publishing
* Migrate to Python 3-style type annotations
* Bump sphinx minimum
* Remove pytest upper cap
* Migrate to pre-commit
* Drop Python < 3.8 support
* Migrate from Travis to GitHub Actions
* tests: Handle Sphinx < 7.2
* fix tests with Sphinx 7.2
* README: Fix typo
* travis: Update PyPI password
- drop sphinx72.patch (upstream)
-------------------------------------------------------------------
Wed Aug 30 11:27:32 UTC 2023 - Markéta Machová <mmachova@suse.com>