Skip to content

Commit 3b1b933

Browse files
jaenrig-ifxactions-user
authored andcommitted
docs/conf.py: Removed get_html_theme_path for rtd conf.
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
1 parent 72077c2 commit 3b1b933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
import sphinx_rtd_theme
132132

133133
html_theme = "sphinx_rtd_theme"
134-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
134+
html_theme_path = ["."]
135135
except:
136136
html_theme = "default"
137137
html_theme_path = ["."]

0 commit comments

Comments
 (0)