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
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
I cannot get type aliases referenced in the docstring to be linked with napoleon. Find attached a minimal working example, where I try to use napoleon to document package.sphinx_example.func. Sphinx's autodoc extension handles extensions via an autodoc_type_aliases variable in conf.py. You'll notice that the type aliases in the function signature are named and linked correctly. Is there a way of obtaining the correct links in the docstring with napoleon?
Hi,
I cannot get type aliases referenced in the docstring to be linked with napoleon. Find attached a minimal working example, where I try to use napoleon to document package.sphinx_example.func. Sphinx's autodoc extension handles extensions via an
autodoc_type_aliases
variable in conf.py. You'll notice that the type aliases in the function signature are named and linked correctly. Is there a way of obtaining the correct links in the docstring with napoleon?sphinx_example.zip
The text was updated successfully, but these errors were encountered: