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:
parent
96dac98364
commit
67a29bde2d
@ -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 --------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user