summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2017-07-13 18:44:26 +0200
committerLuigi Toscano <ltoscano@redhat.com>2017-07-13 18:51:45 +0200
commit76f056899c728a47bfa061732c284319ea9ce0c3 (patch)
tree5e076fc1f37388db500262858c3dbdd0e7e749ee /doc
parentdf536ba753c4731a6b494dccdacb1428c941d290 (diff)
downloadpython-saharaclient-76f056899c728a47bfa061732c284319ea9ce0c3.tar.gz
doc: enable warning-is-error and fix warnings
A small workaround is required for a specific parameter (see the inline comment). Change-Id: I1eac60cc8ca89a12dd568f5a12f70fdab9b76b62
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 56f4591..a4d68fe 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -142,7 +142,7 @@ html_title = 'Sahara Client'
# 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.