Commit 9d96b69
committed
doc/conf: drop obsolete html_theme_path
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>1 parent de12746 commit 9d96b69
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 98 | | |
102 | 99 | | |
103 | 100 | | |
| |||
0 commit comments