|
1 | | -# -*- coding: utf-8 -*- |
2 | | -# |
3 | 1 | # Toolz documentation build configuration file, created by |
4 | 2 | # sphinx-quickstart on Sun Sep 22 18:06:00 2013. |
5 | 3 | # |
|
41 | 39 | master_doc = 'index' |
42 | 40 |
|
43 | 41 | # General information about the project. |
44 | | -project = u'Toolz' |
45 | | -copyright = u'2013, Matthew Rocklin, John Jacobsen' |
| 42 | +project = 'Toolz' |
| 43 | +copyright = '2013, Matthew Rocklin, John Jacobsen' |
46 | 44 |
|
47 | 45 | # The version info for the project you're documenting, acts as replacement for |
48 | 46 | # |version| and |release|, also used in various other places throughout the |
|
185 | 183 | # Grouping the document tree into LaTeX files. List of tuples |
186 | 184 | # (source start file, target name, title, author, documentclass [howto/manual]). |
187 | 185 | latex_documents = [ |
188 | | - ('index', 'Toolz.tex', u'Toolz Documentation', |
189 | | - u'Matthew Rocklin, John Jacobsen', 'manual'), |
| 186 | + ('index', 'Toolz.tex', 'Toolz Documentation', |
| 187 | + 'Matthew Rocklin, John Jacobsen', 'manual'), |
190 | 188 | ] |
191 | 189 |
|
192 | 190 | # The name of an image file (relative to this directory) to place at the top of |
|
215 | 213 | # One entry per manual page. List of tuples |
216 | 214 | # (source start file, name, description, authors, manual section). |
217 | 215 | man_pages = [ |
218 | | - ('index', 'toolz', u'Toolz Documentation', |
219 | | - [u'Matthew Rocklin, John Jacobsen'], 1) |
| 216 | + ('index', 'toolz', 'Toolz Documentation', |
| 217 | + ['Matthew Rocklin, John Jacobsen'], 1) |
220 | 218 | ] |
221 | 219 |
|
222 | 220 | # If true, show URL addresses after external links. |
|
229 | 227 | # (source start file, target name, title, author, |
230 | 228 | # dir menu entry, description, category) |
231 | 229 | texinfo_documents = [ |
232 | | - ('index', 'Toolz', u'Toolz Documentation', |
233 | | - u'Matthew Rocklin, John Jacobsen', 'Toolz', 'One line description of project.', |
| 230 | + ('index', 'Toolz', 'Toolz Documentation', |
| 231 | + 'Matthew Rocklin, John Jacobsen', 'Toolz', 'One line description of project.', |
234 | 232 | 'Miscellaneous'), |
235 | 233 | ] |
236 | 234 |
|
|
247 | 245 | # -- Options for Epub output --------------------------------------------------- |
248 | 246 |
|
249 | 247 | # Bibliographic Dublin Core info. |
250 | | -epub_title = u'Toolz' |
251 | | -epub_author = u'Matthew Rocklin, John Jacobsen' |
252 | | -epub_publisher = u'Matthew Rocklin, John Jacobsen' |
253 | | -epub_copyright = u'2013, Matthew Rocklin, John Jacobsen' |
| 248 | +epub_title = 'Toolz' |
| 249 | +epub_author = 'Matthew Rocklin, John Jacobsen' |
| 250 | +epub_publisher = 'Matthew Rocklin, John Jacobsen' |
| 251 | +epub_copyright = '2013, Matthew Rocklin, John Jacobsen' |
254 | 252 |
|
255 | 253 | # The language of the text. It defaults to the language option |
256 | 254 | # or en if the language is not set. |
|
273 | 271 | # The format is a list of tuples containing the path and title. |
274 | 272 | #epub_pre_files = [] |
275 | 273 |
|
276 | | -# HTML files shat should be inserted after the pages created by sphinx. |
| 274 | +# HTML files that should be inserted after the pages created by sphinx. |
277 | 275 | # The format is a list of tuples containing the path and title. |
278 | 276 | #epub_post_files = [] |
279 | 277 |
|
|
0 commit comments