summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-03 10:20:52 +0000
committerGerrit Code Review <review@openstack.org>2020-07-03 10:20:52 +0000
commit8ef38cd0bb995e47c38e61c706f8aee0e297ffab (patch)
treefa842eb04ddc6f652cc0769e7a5d41f1283840c3 /doc
parentf8992d40a135188a9d89c86f78868d340f3a1b96 (diff)
parent9c141d7db2ee8ac5e2c9d43a71054b7f45ab972d (diff)
downloadceilometer-8ef38cd0bb995e47c38e61c706f8aee0e297ffab.tar.gz
Merge "Drop undefined doc config path"
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.