Skip to content

Commit

Permalink
doc exclude man_index when not building man pages
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@redhat.com>
  • Loading branch information
Alfredo Deza committed Aug 16, 2017
1 parent e211924 commit f78a991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Expand Up @@ -23,6 +23,8 @@
'radosgw/*',
'rbd/*',
'start/*']
else:
exclude_patterns += ['man_index.rst']

pygments_style = 'sphinx'

Expand Down

0 comments on commit f78a991

Please sign in to comment.