summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2019-08-21 16:23:41 -0500
committerGage Hugo <gagehugo@gmail.com>2019-08-23 19:04:22 +0000
commit0a65b1420799e7c7f8736e9f6c234f755ab5ac6b (patch)
treeb92d1f04a8d4cf46c79b0827b6aedc6f09dde824 /doc
parent90c6872615273f54c1555aaab5882ba4c12e0309 (diff)
downloadkeystonemiddleware-0a65b1420799e7c7f8736e9f6c234f755ab5ac6b.tar.gz
Comment html_static_path entry in docs conf.pytrain-em7.0.1
Currently with sphinx 2.2.0 the docs job is throwing a warning that the html_static_path entry does not exist. We treat warnings as errors so this causes the job to fail. This change comments the html_static_path entry in conf.py since the path currently does not exist so it appears to be unused. Change-Id: Ib2c74f4f37855cec250d09b23c45b5b7fde44c8d
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b97fbbc..ccea01f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -151,7 +151,7 @@ html_theme = 'openstackdocs'
# 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,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+#html_static_path = ['_static']
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.