Skip to content

Commit

Permalink
docs/conf.py: Removed get_html_theme_path for rtd conf.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx authored and actions-user committed Oct 15, 2024
1 parent f11e82c commit a62fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
html_theme_path = ["."]
except:
html_theme = "default"
html_theme_path = ["."]
Expand Down

0 comments on commit a62fad6

Please sign in to comment.