|
11 | 11 | # All configuration values have a default; values that are commented out |
12 | 12 | # serve to show the default. |
13 | 13 |
|
14 | | -import sys, os |
| 14 | +import os |
15 | 15 |
|
16 | 16 | # If extensions (or modules to document with autodoc) are in another directory, |
17 | 17 | # add these directories to sys.path here. If the directory is relative to the |
|
54 | 54 | release = version |
55 | 55 |
|
56 | 56 |
|
57 | | - |
58 | 57 | # The language for content autogenerated by Sphinx. Refer to documentation |
59 | 58 | # for a list of supported languages. |
60 | 59 | #language = None |
|
186 | 185 | # Grouping the document tree into LaTeX files. List of tuples |
187 | 186 | # (source start file, target name, title, author, documentclass [howto/manual]). |
188 | 187 | latex_documents = [ |
189 | | - ('index', 'cqlengine.tex', u'cqlengine Documentation', |
190 | | - u'Blake Eggleston', 'manual'), |
| 188 | + ('index', 'cqlengine.tex', u'cqlengine Documentation', u'Blake Eggleston', 'manual'), |
191 | 189 | ] |
192 | 190 |
|
193 | 191 | # The name of an image file (relative to this directory) to place at the top of |
|
230 | 228 | # (source start file, target name, title, author, |
231 | 229 | # dir menu entry, description, category) |
232 | 230 | texinfo_documents = [ |
233 | | - ('index', 'cqlengine', u'cqlengine Documentation', |
234 | | - u'Blake Eggleston', 'cqlengine', 'One line description of project.', |
235 | | - 'Miscellaneous'), |
| 231 | + ('index', 'cqlengine', u'cqlengine Documentation', |
| 232 | + u'Blake Eggleston', 'cqlengine', 'One line description of project.', |
| 233 | + 'Miscellaneous'), |
236 | 234 | ] |
237 | 235 |
|
238 | 236 | # Documents to append as an appendix to all manuals. |
|
0 commit comments