mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Allow inline links in first line of Google style docstrings (#11316)
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -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
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user