summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-03-24 22:58:47 +0900
committerAkihiro Motoki <amotoki@gmail.com>2017-03-24 23:05:56 +0900
commitbc5f1df5a997b2c8e36871327f2853abe13ee0af (patch)
treea94db3e03a59819525d0366d34b0041ddbb715ea /doc/source
parenta8111dadc01a2bf6bd4b7951a38e53e576849f4c (diff)
downloaddjango_openstack_auth-bc5f1df5a997b2c8e36871327f2853abe13ee0af.tar.gz
Cleanup doc warnings and enforce warning-is-error in sphinx
* doc/source/conf.py: html_static_path pointed to nonexisting dir * Fix indent error in python codes * Insert blank lines before starting code block * Enable warning-is-error in setup.cfg to prevent future warnings * 'all_files' should be 'all-files' in setup.cfg Change-Id: I7c5bc31be9c95ec78f18f895014a03cb003d7e04
Diffstat (limited to 'doc/source')
-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 3e4c09c..661d794 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -113,7 +113,7 @@ html_theme = 'default'
# 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 = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.