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
Since sphinx_rtd_theme 3.0.0rc1, "html_theme_path" is obsolete:
"Raise a warning when defining html_theme_path. This was an old config
that’s not required anymore." [1]
Fixes warnings such as:
sphinx.errors.SphinxWarning: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code.
Fixes labgrid's CI which is building the docs with -W, treating warnings
as errors.
[1] https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html
Signed-off-by: Bastian Krause <bst@pengutronix.de>
0 commit comments