summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2017-02-08 15:52:02 -0600
committerGage Hugo <gagehugo@gmail.com>2017-02-08 15:53:37 -0600
commit67a29bde2d354027fef380e938169aa013d08a29 (patch)
treee13c390a4e33296aa8582ca0c354a38a723290f4 /doc
parent96dac98364562055720a0ada7ec3c89c8d251bf5 (diff)
downloadkeystonemiddleware-67a29bde2d354027fef380e938169aa013d08a29.tar.gz
Fixed man_pages no value warning when making docs
When building keystonemiddleware docs, the following warning is currently emitted: WARNING: no "man_pages" config value found; no manual pages will be written This change comments out man_pages since it was only specifying an empty list, and the warning no longer appears. Change-Id: Ia650abc6cb3b3bcf36469cae9d8c20e83d0317a4
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 14a5501..71909b7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -122,7 +122,7 @@ modindex_common_prefix = ['keystonemiddleware.']
# Grouping the document tree for man pages.
# List of tuples 'sourcefile', 'target', 'title', 'Authors name', 'manual'
-man_pages = []
+#man_pages = []
# -- Options for HTML output --------------------------------------------------