readthedocs / sphinx-notfound-page

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

Update sphinx-autoapi to 1.8.1 #149

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates sphinx-autoapi from 1.7.0 to 1.8.1.

Changelog ### 1.8.1 ``` ------------------- Bug Fixes ^^^^^^^^^ * `273 <https://github.com/readthedocs/sphinx-autoapi/issues/273>`: Fixed type annotations being shown for only a single module. ``` ### 1.8.0 ``` ------------------- Features ^^^^^^^^ * Expandable value for multi-line string attributes. * `265 <https://github.com/readthedocs/sphinx-autoapi/issues/265>`: Can resolve the qualified paths of parameters to generics. * `275 <https://github.com/readthedocs/sphinx-autoapi/issues/275>`: Warnings have been categorised and can be suppressed through ``suppress_warnings``. * `280 <https://github.com/readthedocs/sphinx-autoapi/issues/280>`: Data attributes are documentated in module summaries. Bug Fixes ^^^^^^^^^ * `273 <https://github.com/readthedocs/sphinx-autoapi/issues/273>`: Fixed setting ``autodoc_typehints`` to ``none`` or ``description`` not turning off signature type hints. ``autodoc_typehints`` integration is consisidered experimental until the extension properly supports overload functions. * `261 <https://github.com/readthedocs/sphinx-autoapi/issues/261>`: Fixed data annotations causing pickle or deepcopy errors. * Documentation can be generated when multiple source directories share a single ``conf.py`` file. Trivial/Internal Changes ^^^^^^^^^^^^^^^^^^^^^^^^ * Fixed ``DeprecationWarning`` for invalid escape sequence ``\s`` in tests. * Fixed ``FutureWarning`` for ``Node.traverse()`` becoming an iterator instead of list. * New example implementation of ``autoapi-skip-member`` Sphinx event. * Can run tests with tox 4. * Updated packaging to use PEP-517. * All unittest style tests have been converted to pytest style tests. * An exception raised by docfx is raised directly instead of wrapping it. * Started using Github Actions for continuous integration. ```
Links - PyPI: https://pypi.org/project/sphinx-autoapi - Changelog: https://pyup.io/changelogs/sphinx-autoapi/ - Repo: http://github.com/readthedocs/sphinx-autoapi