|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # Nameparser documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Fri May 16 01:29:58 2014. |
|
49 | 48 | master_doc = 'index' |
50 | 49 |
|
51 | 50 | # General information about the project. |
52 | | -project = u'Nameparser' |
53 | | -copyright = u'{:%Y}, Derek Gulbranson'.format(date.today()) |
| 51 | +project = 'Nameparser' |
| 52 | +copyright = '{:%Y}, Derek Gulbranson'.format(date.today()) |
54 | 53 |
|
55 | 54 | # The version info for the project you're documenting, acts as replacement for |
56 | 55 | # |version| and |release|, also used in various other places throughout the |
|
223 | 222 | # (source start file, target name, title, |
224 | 223 | # author, documentclass [howto, manual, or own class]). |
225 | 224 | latex_documents = [ |
226 | | - ('index', 'Nameparser.tex', u'Nameparser Documentation', |
227 | | - u'Derek Gulbranson', 'manual'), |
| 225 | + ('index', 'Nameparser.tex', 'Nameparser Documentation', |
| 226 | + 'Derek Gulbranson', 'manual'), |
228 | 227 | ] |
229 | 228 |
|
230 | 229 | # The name of an image file (relative to this directory) to place at the top of |
|
253 | 252 | # One entry per manual page. List of tuples |
254 | 253 | # (source start file, name, description, authors, manual section). |
255 | 254 | man_pages = [ |
256 | | - ('index', 'nameparser', u'Nameparser Documentation', |
257 | | - [u'Derek Gulbranson'], 1) |
| 255 | + ('index', 'nameparser', 'Nameparser Documentation', |
| 256 | + ['Derek Gulbranson'], 1) |
258 | 257 | ] |
259 | 258 |
|
260 | 259 | # If true, show URL addresses after external links. |
|
267 | 266 | # (source start file, target name, title, author, |
268 | 267 | # dir menu entry, description, category) |
269 | 268 | texinfo_documents = [ |
270 | | - ('index', 'Nameparser', u'Nameparser Documentation', |
271 | | - u'Derek Gulbranson', 'Nameparser', 'A simple python modules for parsing human names into components.', |
| 269 | + ('index', 'Nameparser', 'Nameparser Documentation', |
| 270 | + 'Derek Gulbranson', 'Nameparser', 'A simple python modules for parsing human names into components.', |
272 | 271 | 'Miscellaneous'), |
273 | 272 | ] |
274 | 273 |
|
|
0 commit comments