Skip to content

Autosummary template for methods broken? #77

@greschd

Description

@greschd

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

No one assigned

    Labels

    bugDefects or glitches reported by users or developers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions