|
1 |
| -# -*- coding: utf-8 -*- |
2 |
| -# |
3 | 1 | # w3lib documentation build configuration file, created by
|
4 | 2 | # sphinx-quickstart on Sun Jan 26 22:19:38 2014.
|
5 | 3 | #
|
|
47 | 45 | master_doc = 'index'
|
48 | 46 |
|
49 | 47 | # General information about the project.
|
50 |
| -project = u'w3lib' |
51 |
| -copyright = u'2014, w3lib developers' |
| 48 | +project = 'w3lib' |
| 49 | +copyright = '2014, w3lib developers' |
52 | 50 |
|
53 | 51 | # The version info for the project you're documenting, acts as replacement for
|
54 | 52 | # |version| and |release|, also used in various other places throughout the
|
|
190 | 188 | # Grouping the document tree into LaTeX files. List of tuples
|
191 | 189 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
192 | 190 | latex_documents = [
|
193 |
| - ('index', 'w3lib.tex', u'w3lib Documentation', |
194 |
| - u'w3lib developers', 'manual'), |
| 191 | + ('index', 'w3lib.tex', 'w3lib Documentation', |
| 192 | + 'w3lib developers', 'manual'), |
195 | 193 | ]
|
196 | 194 |
|
197 | 195 | # The name of an image file (relative to this directory) to place at the top of
|
|
220 | 218 | # One entry per manual page. List of tuples
|
221 | 219 | # (source start file, name, description, authors, manual section).
|
222 | 220 | man_pages = [
|
223 |
| - ('index', 'w3lib', u'w3lib Documentation', |
224 |
| - [u'w3lib developers'], 1) |
| 221 | + ('index', 'w3lib', 'w3lib Documentation', |
| 222 | + ['w3lib developers'], 1) |
225 | 223 | ]
|
226 | 224 |
|
227 | 225 | # If true, show URL addresses after external links.
|
|
234 | 232 | # (source start file, target name, title, author,
|
235 | 233 | # dir menu entry, description, category)
|
236 | 234 | texinfo_documents = [
|
237 |
| - ('index', 'w3lib', u'w3lib Documentation', |
238 |
| - u'w3lib developers', 'w3lib', 'One line description of project.', |
| 235 | + ('index', 'w3lib', 'w3lib Documentation', |
| 236 | + 'w3lib developers', 'w3lib', 'One line description of project.', |
239 | 237 | 'Miscellaneous'),
|
240 | 238 | ]
|
241 | 239 |
|
|
0 commit comments