debugging documentation

This commit is contained in:
Xifan Tang 2018-09-13 15:52:08 -06:00
parent 7261a53f3c
commit c94cc01c83
1 changed files with 6 additions and 6 deletions

View File

@ -12,15 +12,15 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
import shlex
import sys
import os
import shlex
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
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 -----------------------------------------------------