|
62 | 62 | suppress_warnings = ['epub.unknown_project_files'] |
63 | 63 |
|
64 | 64 | # General information about the project. |
65 | | -project = 'abydos' |
| 65 | +project = 'Abydos' |
66 | 66 | # noinspection PyShadowingBuiltins |
67 | 67 | copyright = '2018, Christopher C. Little' |
68 | 68 | author = 'Christopher C. Little' |
|
144 | 144 | # (source start file, target name, title, |
145 | 145 | # author, documentclass [howto, manual, or own class]). |
146 | 146 | latex_documents = [ |
147 | | - (master_doc, 'abydos.tex', 'abydos Documentation', |
| 147 | + (master_doc, 'abydos.tex', 'Abydos Documentation', |
148 | 148 | 'Christopher C. Little', 'manual'), |
149 | 149 | ] |
150 | 150 |
|
|
154 | 154 | # One entry per manual page. List of tuples |
155 | 155 | # (source start file, name, description, authors, manual section). |
156 | 156 | man_pages = [ |
157 | | - (master_doc, 'abydos', 'abydos Documentation', |
| 157 | + (master_doc, 'abydos', 'Abydos Documentation', |
158 | 158 | [author], 1) |
159 | 159 | ] |
160 | 160 |
|
|
165 | 165 | # (source start file, target name, title, author, |
166 | 166 | # dir menu entry, description, category) |
167 | 167 | texinfo_documents = [ |
168 | | - (master_doc, 'abydos', 'abydos Documentation', |
| 168 | + (master_doc, 'abydos', 'Abydos Documentation', |
169 | 169 | author, 'abydos', 'One line description of project.', |
170 | 170 | 'Miscellaneous'), |
171 | 171 | ] |
|
0 commit comments