summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-23 04:28:28 +0000
committerGerrit Code Review <review@openstack.org>2016-05-23 04:28:29 +0000
commit2219a32995fec4aaabe5e55b6f5c819171e24113 (patch)
treef7c2d885a59f10c59f2b8b74e0dd2b798257a649 /api-ref
parent697a33a1aa50aded0b31627bb46b43ef763bc4c8 (diff)
parentd4b096a5130f9de70640eb643b92be60f164c4ca (diff)
downloadheat-2219a32995fec4aaabe5e55b6f5c819171e24113.tar.gz
Merge "Remove html_static_path from api-ref"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 1969a6cc7..1f5e31d3b 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -140,7 +140,7 @@ pygments_style = 'sphinx'
# 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 not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.