readthedocs / sphinx-notfound-page

Create a custom 404 page with absolute URLs hardcoded
https://sphinx-notfound-page.readthedocs.io/
MIT License
50 stars 32 forks source link

Update sphinx-autoapi to 1.8.2 #163

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates sphinx-autoapi from 1.8.1 to 1.8.2.

Changelog ### 1.8.2 ``` ------------------- Bug Fixes ^^^^^^^^^ * Fixed error when parsing a class with no constructor. * `293 <https://github.com/readthedocs/sphinx-autoapi/issues/293>`: Fixed failure to build out of source conf.py files. Configuration values using relative values are now relative to the source directory instead of relative to the conf.py file. * `289 <https://github.com/readthedocs/sphinx-autoapi/issues/289>`: (Python) Fixed AttributeError using inheritance diagrams on a module with plain imports. * `292 <https://github.com/readthedocs/sphinx-autoapi/issues/292>`: Explicitly use the domain for generated directives. ```
Links - PyPI: https://pypi.org/project/sphinx-autoapi - Changelog: https://pyup.io/changelogs/sphinx-autoapi/ - Repo: http://github.com/readthedocs/sphinx-autoapi