|
1 | | -# -*- coding: utf-8 -*- |
2 | | -# |
3 | 1 | # Python StatsD documentation build configuration file, created by |
4 | 2 | # sphinx-quickstart on Mon Apr 9 15:47:23 2012. |
5 | 3 | # |
|
11 | 9 | # All configuration values have a default; values that are commented out |
12 | 10 | # serve to show the default. |
13 | 11 |
|
14 | | -import sys, os |
| 12 | +import os |
| 13 | +import sys |
15 | 14 |
|
16 | 15 | # If extensions (or modules to document with autodoc) are in another directory, |
17 | 16 | # add these directories to sys.path here. If the directory is relative to the |
|
40 | 39 | master_doc = 'index' |
41 | 40 |
|
42 | 41 | # General information about the project. |
43 | | -project = u'Python StatsD' |
44 | | -copyright = u'2015, James Socol' |
| 42 | +project = 'Python StatsD' |
| 43 | +copyright = '2015, James Socol' |
45 | 44 |
|
46 | 45 | # The version info for the project you're documenting, acts as replacement for |
47 | 46 | # |version| and |release|, also used in various other places throughout the |
|
183 | 182 | # Grouping the document tree into LaTeX files. List of tuples |
184 | 183 | # (source start file, target name, title, author, documentclass [howto/manual]). |
185 | 184 | latex_documents = [ |
186 | | - ('index', 'PythonStatsD.tex', u'Python StatsD Documentation', |
187 | | - u'James Socol', 'manual'), |
| 185 | + ('index', 'PythonStatsD.tex', 'Python StatsD Documentation', |
| 186 | + 'James Socol', 'manual'), |
188 | 187 | ] |
189 | 188 |
|
190 | 189 | # The name of an image file (relative to this directory) to place at the top of |
|
213 | 212 | # One entry per manual page. List of tuples |
214 | 213 | # (source start file, name, description, authors, manual section). |
215 | 214 | man_pages = [ |
216 | | - ('index', 'pythonstatsd', u'Python StatsD Documentation', |
217 | | - [u'James Socol'], 1) |
| 215 | + ('index', 'pythonstatsd', 'Python StatsD Documentation', |
| 216 | + ['James Socol'], 1) |
218 | 217 | ] |
219 | 218 |
|
220 | 219 | # If true, show URL addresses after external links. |
|
227 | 226 | # (source start file, target name, title, author, |
228 | 227 | # dir menu entry, description, category) |
229 | 228 | texinfo_documents = [ |
230 | | - ('index', 'PythonStatsD', u'Python StatsD Documentation', |
231 | | - u'James Socol', 'PythonStatsD', 'One line description of project.', |
| 229 | + ('index', 'PythonStatsD', 'Python StatsD Documentation', |
| 230 | + 'James Socol', 'PythonStatsD', 'One line description of project.', |
232 | 231 | 'Miscellaneous'), |
233 | 232 | ] |
234 | 233 |
|
|
0 commit comments