Skip to content

Releases: Chilipp/autodocsumm

Implement autodocsumm_section_sorter

05 Jan 09:19
v0.2.12
6834615
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.11...v0.2.12

v0.2.11: Allow Sphinx version 7

02 May 12:52
v0.2.11
7009e5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11

v0.2.10: Allow Sphinx version 6

15 Jan 20:51
v0.2.10
8ce1412
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9: Compatible version for sphinx 5.0

30 Jul 09:46
v0.2.9
27b7e1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

Fix no links generated in summary table

19 Apr 11:25
v0.2.8
fcbd51b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7: Minor fix with sphinx versioning

16 Sep 14:02
v0.2.7
255292a
Compare
Choose a tag to compare

This patch fixes some dependency definition (see #63, #64).

v0.2.6: Minor patch for deprecation warnings and license

28 Jun 18:37
46ea808
Compare
Choose a tag to compare

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

28 Jun 11:57
Compare
Choose a tag to compare

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.

v0.2.4: Compatibility fixes for sphinx 4.0

09 May 12:03
Compare
Choose a tag to compare

This patch makes autodocsumm compatible with sphinx 4.0 and from now on requires python>=3.6.
Additionally, we implemented support for the :nosignatures: option, see #43

v0.2.3: Compatibility fixes for sphinx 3.4 and 3.5

15 Apr 11:56
Compare
Choose a tag to compare

This Release makes autodocsumm compatible with sphinx 3.4 and 3.5. See #42