|
@ -55,7 +55,11 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for |
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for |
|
|
# a list of builtin themes. |
|
|
# a list of builtin themes. |
|
|
# |
|
|
# |
|
|
html_theme = 'alabaster' |
|
|
import sphinx_rtd_theme |
|
|
|
|
|
|
|
|
|
|
|
html_theme = 'sphinx_rtd_theme' |
|
|
|
|
|
|
|
|
|
|
|
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
|
|
|
|
|
|
|
|
# Add any paths that contain custom static files (such as style sheets) here, |
|
|
# Add any paths that contain custom static files (such as style sheets) here, |
|
|
# relative to this directory. They are copied after the builtin static files, |
|
|
# relative to this directory. They are copied after the builtin static files, |
|
|