-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugDefects or glitches reported by users or developersDefects or glitches reported by users or developers
Milestone
Description
AFAICT, the autosummary templates in https://github.com/ansys/ansys-sphinx-theme/tree/main/src/ansys_sphinx_theme/_templates/autosummary are not used when building a documentation with ansys-sphinx-theme.
For example, this branch adds a Complex.method, which should be documented by the autosummary directive in the docs here: https://github.com/ansys/ansys-sphinx-theme/blob/main/doc/source/class_documentation.rst#autosummary-directive
The result is that the method shows up in the overview of Complex, but is not clickable (i.e., its full documentation does not exist).
This can be fixed by copying the src/ansys_sphinx_theme/_templates/autosummary to doc/_templates/autosummary, but that shouldn't be necessary.
Metadata
Metadata
Assignees
Labels
bugDefects or glitches reported by users or developersDefects or glitches reported by users or developers