now use local theme

This commit is contained in:
Dongdong Tian
2014-03-01 21:53:20 +08:00
parent 9e1fed7577
commit 87ff71d9d5
18 changed files with 991 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
import sys
import os
import sphinx_rtd_theme
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -108,7 +107,7 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_path = ["_themes",]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".