From 8e06659c34780aeeac1e57aea657ee7ca1dc1fab Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 15 Aug 2017 14:11:06 -0400 Subject: [PATCH] doc: exclude mgr from man pages, define a man index.rst Signed-off-by: Alfredo Deza --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c4d8cb073efe4..b9660b62c5933 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,13 +11,15 @@ source_suffix = '.rst' master_doc = 'index' exclude_patterns = ['**/.#*', '**/*~', 'start/quick-common.rst'] if tags.has('man'): - exclude_patterns += ['architecture.rst', 'glossary.rst', 'release*.rst', + master_doc = 'man_index' + exclude_patterns += ['index.rst', 'architecture.rst', 'glossary.rst', 'release*.rst', 'api/*', 'cephfs/*', 'dev/*', 'install/*', 'mon/*', 'rados/*', + 'mgr/*', 'radosgw/*', 'rbd/*', 'start/*'] -- 2.39.5