summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2019-11-12 13:47:36 -0500
committerEli Collins <elic@assurancetechnologies.com>2019-11-12 13:47:36 -0500
commit0e64c30524b0bf3e98bfe90cb3ecd3259937a3ae (patch)
tree25b4c0a901fb86ab4c6a637b153b37df1113c993 /docs/conf.py
parent346f6994e4ddb30fbb85f922e2745cb9f58a217d (diff)
downloadpasslib-0e64c30524b0bf3e98bfe90cb3ecd3259937a3ae.tar.gz
docs: updated build dependancies
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ab34062..2740e94 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ import cloud_sptheme as csp
#=============================================================================
# If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.4'
+needs_sphinx = '1.6'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@@ -205,7 +205,7 @@ if csp.is_cloud_theme(html_theme):
)
# Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = [csp.get_theme_dir()]
+# html_theme_path = []
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".