[3.13] gh-125018: Add importlib.metadata semantic link targets (GH-125027)#125047
[3.13] gh-125018: Add importlib.metadata semantic link targets (GH-125027)#125047AA-Turner merged 1 commit intopython:3.13from
Conversation
…#125027) This allows direct intersphinx references to APIs via references like `` :func:`importlib.metadata.version` ``. --------- Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> (cherry picked from commit cda3b5a)
|
Thanks @ncoghlan for this work. This documentation is (currently) shared with |
|
Oh. I just noticed - this change was applied to 3.13 (only). Does that mean this change shouldn't apply to future releases? Edit: I see now this is a backport of #125027. |
Nevermind. I'm reminded that in python/importlib_metadata#466, the docs have been separated. So nothing more to be done. |
This allows direct intersphinx references to APIs via references like
:func:`importlib.metadata.version`.Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) wk.cvs.github@sydorenko.org.ua
Co-authored-by: Adam Turner 9087854+AA-Turner@users.noreply.github.com
(cherry picked from commit cda3b5a)
importlibdocumentation doesn't declare functions properly #125018📚 Documentation preview 📚: https://cpython-previews--125047.org.readthedocs.build/