|
42 | 42 | # -- General configuration ----------------------------------------------------- |
43 | 43 |
|
44 | 44 | # General information about the project. |
45 | | -project = u'Astropy' |
46 | | -copyright = u'2012, The Astropy Collaboration' |
| 45 | +project = u'AstroPy' |
| 46 | +author = u'The AstroPy Collaboration' |
| 47 | +copyright = u'2012, ' + author |
47 | 48 |
|
48 | 49 | # The version info for the project you're documenting, acts as replacement for |
49 | 50 | # |version| and |release|, also used in various other places throughout the |
|
131 | 132 |
|
132 | 133 | # Grouping the document tree into LaTeX files. List of tuples |
133 | 134 | # (source start file, target name, title, author, documentclass [howto/manual]). |
134 | | -latex_documents = [ |
135 | | - ('index', 'Astropy.tex', u'Astropy Documentation', |
136 | | - u'Erik Tollerud, Thomas Robitaille, Perry Greenfield, and the Astropy Collaboration', 'manual'), |
137 | | -] |
| 135 | +latex_documents = [('index', project + '.tex', project + u' Documentation', |
| 136 | + author, 'manual')] |
138 | 137 |
|
139 | 138 | # The name of an image file (relative to this directory) to place at the top of |
140 | 139 | # the title page. |
|
145 | 144 |
|
146 | 145 | # One entry per manual page. List of tuples |
147 | 146 | # (source start file, name, description, authors, manual section). |
148 | | -man_pages = [ |
149 | | - ('index', 'astropy', u'Astropy Documentation', |
150 | | - [u'Erik Tollerud, Thomas Robitaille, Perry Greenfield, and the Astropy Collaboration'], 1) |
151 | | -] |
| 147 | +man_pages = [('index', project.lower(), project + u' Documentation', |
| 148 | + [author], 1)] |
152 | 149 |
|
153 | 150 | # This is added to the end of RST files - a good place to put substitutions to |
154 | 151 | # be used globally. |
|
0 commit comments