Signed-off-by: Alfredo Deza <adeza@redhat.com>
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/*']