summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-06-09 11:41:46 +0200
committerHervé Beraud <hberaud@redhat.com>2020-06-09 11:43:40 +0200
commit9c141d7db2ee8ac5e2c9d43a71054b7f45ab972d (patch)
tree9df975670a231151a85101c9022a1f495c9072f8 /doc
parent52f6f13331269a89ba45dff7199bbd66dc3e3db0 (diff)
downloadceilometer-9c141d7db2ee8ac5e2c9d43a71054b7f45ab972d.tar.gz
Drop undefined doc config path
html_static_path doesn't exist and the following warning is present in logs: ``` WARNING: html_static_path entry '_static' does not exist ``` These changes drop this config. Change-Id: I5ca35d1658c8734dd74d1c4dd16a8516f16c39b6
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 b1b610b7..d04763b4 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -139,7 +139,7 @@ openstackdocs_bug_tag = ''
# 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.