Releases: Chilipp/autodocsumm
Releases · Chilipp/autodocsumm
v0.2.14: autoexception-support and class member fixes
What's Changed
- Fix ObjectMember related deprecation/removal by @theOehrly in #99
- Type hint mixin base class, fix some more minor style and typing issues by @theOehrly in #100
- Don't document class attributes that are an alias to another object by @theOehrly in #101
- Autoexception support by @Chilipp in #104
Full Changelog: v0.2.13...v0.2.14
v0.2.13: Add support for sphinx 8.0
What's Changed
- Allow Sphinx >=8.0 and fix deprecations; allow Python 3.12; rework test workflow by @theOehrly in #98
Full Changelog: v0.2.12...v0.2.13
Implement autodocsumm_section_sorter
This release implements a new configuration value autodocsumm_section_sorter
thanks to @funkyfuture that allows a customization of the order of the autosummary tables, see #93.
What's Changed
- small fix for tests by @Chilipp in #91
- fix docs by @Chilipp in #92
- An option to sort sections by @funkyfuture in #93
New Contributors
- @funkyfuture made their first contribution in #93
Full Changelog: v0.2.11...v0.2.12
v0.2.11: Allow Sphinx version 7
What's Changed
- Support Sphinx 7 and Python 3.11 by @lafrech in #86
- pin build of docs to sphinx<=7.0 by @Chilipp in #87
Full Changelog: v0.2.10...v0.2.11
v0.2.10: Allow Sphinx version 6
v0.2.9: Compatible version for sphinx 5.0
Fix no links generated in summary table
What's Changed
- Fix broken sphinx link in README by @cuspymd in #68
- Fix: no links generated in summary table by @theOehrly in #70
- improve tests by @Chilipp @theOehrly in #71, #72, #73
New Contributors
- @cuspymd made their first contribution in #68
- @theOehrly made their first contribution in #71
Full Changelog: v0.2.7...v0.2.8
v0.2.7: Minor fix with sphinx versioning
v0.2.6: Minor patch for deprecation warnings and license
This patch resolves some minor deprecation warnings relevant for sphinx 4.0+, and uses the correct license classifier as the license changed to Apache-2.0 in v0.2.5.
v0.2.5: Changed license to Apache-2.0
This new release changes the license of autodocsumm (which was formerly licensed under GPL-2.0) to Apache-2.0 to make it better usable.