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
If multiple docstrings are being rendered using sphinx.ext.autosummary and they have the same custom link text, the duplicate ones will not get rendered on the page.
Describe the bug
If multiple docstrings are being rendered using
sphinx.ext.autosummary
and they have the same custom link text, the duplicate ones will not get rendered on the page.How to Reproduce
conf.py
index.md
api.rst
src/atlas_schema/enums.py
(part 1)src/atlas_schema/enums.py
(part 2)Environment Information
Sphinx extensions
`["sphinx.ext.autodoc", "sphinx.ext.autosummary"]`
Additional context
No response
The text was updated successfully, but these errors were encountered: