astropy / sphinx-automodapi

Sphinx extension for generating API documentation
https://sphinx-automodapi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
63 stars 45 forks source link

Replace Autosummary.warn() calls with logger.warning() for Sphinx 4 compatibility #129

Closed JWCook closed 3 years ago

JWCook commented 3 years ago

Fixes #128.

saimn commented 3 years ago

Thanks @JWCook !

dstansby commented 2 years ago

Are there any plans to get this into a release soon? I'm currently running into the issue that this PR fixes.