Test new template

This commit is contained in:
Xifan Tang 2018-09-13 23:00:56 -06:00
parent fec0daa2a8
commit 44e63ec98b
1 changed files with 6 additions and 3 deletions

View File

@ -19,8 +19,9 @@ import shlex
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# Uncomment for local build
#html_theme = "sphinx_rtd_theme"
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# -- Project information -----------------------------------------------------
@ -93,7 +94,9 @@ numfig = True
# further. For a list of options available for each theme, see the
# 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,
# relative to this directory. They are copied after the builtin static files,