Allow inline links in first line of Google style docstrings (#11316)

This commit is contained in:
picnixz
2023-08-12 08:24:28 +02:00
committed by GitHub
parent db739afaeb
commit af38180a14
3 changed files with 32 additions and 42 deletions

View File

@@ -67,6 +67,9 @@ Bugs fixed
with the ``translated=True`` attribute.
* #10049: html: Change "Permalink" to "Link" for title text in link anchors.
* #4225: Relax Pygments parsing on lexing failures.
* #11246: Allow inline links in the first line of a docstring and one-line
type comments ``#: :meta ...:`` when using :mod:`sphinx.ext.napoleon`.
Patch by Bénédikt Tran.
Testing
-------