|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # python-json-pointer documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Sat Apr 13 16:52:59 2013. |
|
11 | 10 | # All configuration values have a default; values that are commented out |
12 | 11 | # serve to show the default. |
13 | 12 |
|
14 | | -import sys, os |
| 13 | +import os |
| 14 | +import sys |
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 |
|
42 | 42 | master_doc = 'index' |
43 | 43 |
|
44 | 44 | # General information about the project. |
45 | | -project = u'python-json-pointer' |
| 45 | +project = 'python-json-pointer' |
46 | 46 | copyright = jsonpointer.__author__ |
47 | 47 |
|
48 | 48 | # The version info for the project you're documenting, acts as replacement for |
|
186 | 186 | # Grouping the document tree into LaTeX files. List of tuples |
187 | 187 | # (source start file, target name, title, author, documentclass [howto/manual]). |
188 | 188 | latex_documents = [ |
189 | | - ('index', 'python-json-pointer.tex', u'python-json-pointer Documentation', |
190 | | - u'Stefan Kögl', 'manual'), |
| 189 | + ('index', 'python-json-pointer.tex', 'python-json-pointer Documentation', |
| 190 | + 'Stefan Kögl', 'manual'), |
191 | 191 | ] |
192 | 192 |
|
193 | 193 | # The name of an image file (relative to this directory) to place at the top of |
|
216 | 216 | # One entry per manual page. List of tuples |
217 | 217 | # (source start file, name, description, authors, manual section). |
218 | 218 | man_pages = [ |
219 | | - ('index', 'python-json-pointer', u'python-json-pointer Documentation', |
220 | | - [u'Stefan Kögl'], 1) |
| 219 | + ('index', 'python-json-pointer', 'python-json-pointer Documentation', |
| 220 | + ['Stefan Kögl'], 1) |
221 | 221 | ] |
222 | 222 |
|
223 | 223 | # If true, show URL addresses after external links. |
|
230 | 230 | # (source start file, target name, title, author, |
231 | 231 | # dir menu entry, description, category) |
232 | 232 | texinfo_documents = [ |
233 | | - ('index', 'python-json-pointer', u'python-json-pointer Documentation', |
234 | | - u'Stefan Kögl', 'python-json-pointer', 'One line description of project.', |
| 233 | + ('index', 'python-json-pointer', 'python-json-pointer Documentation', |
| 234 | + 'Stefan Kögl', 'python-json-pointer', 'One line description of project.', |
235 | 235 | 'Miscellaneous'), |
236 | 236 | ] |
237 | 237 |
|
|
0 commit comments