You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a new bug or a regression, see #8004. I'm reporting this bug as specific to the Yield docstring section of the sphinx.ext.napoleon extension for Google style docstrings, (perhaps #10134 is also related but it seems NumPy specific.)
So whatever the relevant configurations of napoleon or autodoc you use -I tried this with every combination I could think of- it seems the type of the Yield docstring section is never hyperlinked.
How to Reproduce
A minimal conf.py (I think it's better in this case to include all the relevant configurations with explicit values):
Describe the bug
Not sure if this is a new bug or a regression, see #8004. I'm reporting this bug as specific to the
Yield
docstring section of thesphinx.ext.napoleon
extension for Google style docstrings, (perhaps #10134 is also related but it seems NumPy specific.)So whatever the relevant configurations of napoleon or autodoc you use -I tried this with every combination I could think of- it seems the type of the Yield docstring section is never hyperlinked.
How to Reproduce
A minimal
conf.py
(I think it's better in this case to include all the relevant configurations with explicit values):A simple example module
my_package.my_module.py
A minimal
my.rst
A screenshot showing the problem:
Environment Information
Sphinx extensions
The text was updated successfully, but these errors were encountered: