File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 4040 "sphinx.ext.viewcode" ,
4141 "sphinx.ext.mathjax" ,
4242 "sphinx.ext.napoleon" ,
43+ "sphinx_rtd_theme" ,
4344 "sphinx_design" ,
4445]
4546
112113
113114# The theme to use for HTML and HTML Help pages. See the documentation for
114115# a list of builtin themes.
115- on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
116- for_dash = os .environ .get ("DASH" , None ) == "True"
117- if not on_rtd and not for_dash :
118- import sphinx_rtd_theme
119-
120- html_theme = "sphinx_rtd_theme"
121- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
122- elif for_dash :
123- import alabaster
124-
125- html_theme = "alabaster"
126- html_theme_path = [alabaster .get_path ()]
127- html_theme_options = {"nosidebar" : True }
116+ html_theme = "sphinx_rtd_theme"
128117
129118# copy over any static assets
130119html_static_path = ["assets" ]
You can’t perform that action at this time.
0 commit comments