fix sphinx warning
This commit is contained in:
parent
dfc10c91a5
commit
1bc332b839
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = ["."]
|
||||
|
|
|
|||
Loading…
Reference in a new issue