summaryrefslogtreecommitdiff
path: root/lib/spack/docs/conf.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2018-06-17 01:13:56 -0700
committerGitHub <noreply@github.com>2018-06-17 01:13:56 -0700
commitafe79646704a6e14bdc17c16cca97871a1573b0f (patch)
treeda99ea34474e4daa9b0d05413b52df259d35c391 /lib/spack/docs/conf.py
parent129e03a2e0c29298e9b077d33d4c6f732de7498c (diff)
downloadspack-afe79646704a6e14bdc17c16cca97871a1573b0f.tar.gz
spack-afe79646704a6e14bdc17c16cca97871a1573b0f.tar.bz2
spack-afe79646704a6e14bdc17c16cca97871a1573b0f.tar.xz
spack-afe79646704a6e14bdc17c16cca97871a1573b0f.zip
docs: remove vendored sphinx_rtd_theme (#8496)
Diffstat (limited to 'lib/spack/docs/conf.py')
-rw-r--r--lib/spack/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index f543346809..e051b6e405 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -222,7 +222,7 @@ html_theme = 'sphinx_rtd_theme'
html_theme_options = { 'logo_only' : True }
# Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ["_themes"]
+# html_theme_path = ["_themes"]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".