What’s new

2023.04.0 (2022-04-12)

  • add official support for python 3.11 and sphinx>=5.0 (PR 87)

  • change the policy to only actively support the last minor release of older major versions of sphinx. Currently supported versions are now: 3.5, 4.5, and all minor versions of 5, and 6 (PR 87, PR 100).

  • switch to a pyproject.toml-based build (PR 99)

  • drop support for python=3.7 (PR 93)

2022.04.0 (2022-04-04)

v0.2.1 (2021-06-06)

  • don’t fail on options which are not parameters to the render function (PR 38)

  • drop support for python 3.6 (PR 39)

  • drop support for sphinx=3.2 and start testing sphinx=4.0 (PR 40)

v0.2 (2021-03-06)

  • document the proper release methods (PR 20)

  • support nested accessors (PR 22)

  • drop support for sphinx<3.2 (PR 25)

v0.1.2 (2020-08-08)

  • declare the extension as parallel read safe (PR 19)

v0.1.1 (2020-08-08)

  • fix autosummary blocks without a template option (PR 16)

  • fix create_documenter on sphinx<3.2 (PR 17)

  • add a documention url to the package description on PyPI (PR 18)

v0.1 (2020-08-07)

  • import the templates and autodoc documenters from pandas (PR 1)

  • fix the broken callable accessor (GH 7, PR 6, PR 8, PR 10)