Skip to content

Releases: readthedocs/sphinx-autoapi

v3.1.0a3

16 Feb 22:25
Compare
Choose a tag to compare
v3.1.0a3 Pre-release
Pre-release

Bugfixes

  • Rename "single page output" to "own page output". (#226)

  • Also added tests for own page output. (#226)

  • Fix some inherited members always being rendered. (#226)

  • Own page members of an entity are linked to after the docstring of the parent entity. (#226)

  • Fix entities below the "class" level that have their own page from rendering incorrectly. (#226)

v3.1.0a2

16 Feb 21:22
Compare
Choose a tag to compare
v3.1.0a2 Pre-release
Pre-release

Bugfixes

  • Fix members inherited from Exception always being displayed (#226)

v3.1.0a1

01 Feb 04:11
Compare
Choose a tag to compare
v3.1.0a1 Pre-release
Pre-release

This is the first alpha release of version 3.1.0. This is being released as a pre-release version to allow users to test and give feedback about the changes relating to the new feature of allowing objects to render on their own page.

Features

  • Objects can render to their own page (#226)

Misc

v3.0.0

30 Sep 17:56
Compare
Choose a tag to compare

Bugfixes

  • Ensure tooltip is always a str
  • Replaced usage of deprecated sphinx.util.status_iterator (#391)

Deprecations and Removals

  • Removed support for documenting languages other than Python (#248)
  • Removed support for Python 3.7

Misc