Test new template
This commit is contained in:
parent
fec0daa2a8
commit
44e63ec98b
|
@ -19,8 +19,9 @@ import shlex
|
||||||
|
|
||||||
import sphinx_rtd_theme
|
import sphinx_rtd_theme
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
# Uncomment for local build
|
||||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
#html_theme = "sphinx_rtd_theme"
|
||||||
|
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
@ -93,7 +94,9 @@ numfig = True
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
# documentation.
|
# documentation.
|
||||||
#
|
#
|
||||||
# html_theme_options = {}
|
# Comment when using local build
|
||||||
|
# Uncomment when using readthedocs build
|
||||||
|
html_theme_options = {sphinx_rtd_theme}
|
||||||
|
|
||||||
# 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,
|
||||||
|
|
Loading…
Reference in New Issue