fix sphinx warning

This commit is contained in:
Neradoc 2024-12-29 19:56:10 +01:00
parent dfc10c91a5
commit 1bc332b839

View file

@ -109,7 +109,6 @@ if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
except:
html_theme = "default"
html_theme_path = ["."]