Skip to content

get_html_theme_path is deprecated #88

@rly

Description

@rly

When generating docs for extensions or nwb/hdmf schema, we get this warning:

WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code.

As long as we keep the html_theme variable, we can remove html_theme_path in

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions