summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 8a7a5ce..eb83a15 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -109,10 +109,7 @@ modindex_common_prefix = ['keystoneclient.']
# Grouping the document tree for man pages.
# List of tuples 'sourcefile', 'target', 'title', 'Authors name', 'manual'
-man_pages = [
- ('man/keystone', 'keystone', 'Client for OpenStack Identity API',
- ['OpenStack Contributors'], 1),
-]
+#man_pages = []
# -- Options for HTML output --------------------------------------------------