Update CHANGES.rst

This commit is contained in:
Chris Sewell 2025-02-12 14:59:17 +01:00
parent 5d5cd94543
commit 1cfaff4d58

View File

@ -106,6 +106,10 @@ Features added
* #9169: Add the :confval:`intersphinx_resolve_self` option
to resolve an intersphinx reference to the current project.
Patch by Jakob Lykke Andersen and Adam Turner.
* #13333: Add the :mod:`sphinx.ext.autodoc` extension,
to automate API documentation generation
from Python modules.
Patch by Chris Sewell and Adam Turner.
Bugs fixed
----------