diff --git a/docs/source/conf.py b/docs/source/conf.py index 47851f52..6f24177e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -124,3 +124,9 @@ # The name of an image file (relative to this directory) to place at the top of # the title page. latex_logo = "e-logo-rev.png" + +# Grouping the document tree into Man pages. List of tuples +# (startdocname, name, description, authors, section) +man_pages = [ + (master_doc, project, project + ' ' + version, 'Enthought', 3) +]