File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1919#
2020import os
2121import sys
22+ import sphinx_rtd_theme
2223
2324_HERE = os .path .dirname (__file__ )
2425_DOCS_DIR = os .path .abspath (os .path .join (_HERE , ".." ))
126127# a list of builtin themes.
127128#
128129html_theme = "sphinx_rtd_theme"
130+
131+ # Add theme path explicitly
132+ html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
129133# html_context = {"css_files": ["_static/overrides.css"]}
130134# Theme options are theme-specific and customize the look and feel of a theme
131135# further. For a list of options available for each theme, see the
159163# Add any paths that contain custom static files (such as style sheets) here,
160164# relative to this directory. They are copied after the builtin static files,
161165# so a file named "default.css" will overwrite the builtin "default.css".
162- html_static_path = ["static " ]
166+ html_static_path = ["_static " ]
163167
164168# Add any extra paths that contain custom files (such as robots.txt or
165169# .htaccess) here, relative to this directory. These files are copied
You can’t perform that action at this time.
0 commit comments