Skip to content

Releases: readthedocs/sphinx-autoapi

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