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
This commit is contained in:
Gage Hugo 2017-02-08 15:52:02 -06:00
parent 96dac98364
commit 67a29bde2d
1 changed files with 1 additions and 1 deletions

View File

@ -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 --------------------------------------------------