|
12 | 12 | # serve to show the default. |
13 | 13 | import datetime |
14 | 14 | import os |
15 | | -import sys |
16 | 15 |
|
17 | 16 | # If extensions (or modules to document with autodoc) are in another directory, |
18 | 17 | # add these directories to sys.path here. If the directory is relative to the |
|
42 | 41 | master_doc = "index" |
43 | 42 |
|
44 | 43 | # General information about the project. |
45 | | -project = u"pytest-flask" |
46 | | -copyright = u"%d, Vital Kudzelka and contributors" % datetime.date.today().year |
| 44 | +project = "pytest-flask" |
| 45 | +copyright = "%d, Vital Kudzelka and contributors" % datetime.date.today().year |
47 | 46 |
|
48 | 47 | # The version info for the project you're documenting, acts as replacement for |
49 | 48 | # |version| and |release|, also used in various other places throughout the |
|
203 | 202 | ( |
204 | 203 | "index", |
205 | 204 | "pytest-flask.tex", |
206 | | - u"pytest-flask Documentation", |
207 | | - u"Vital Kudzelka", |
| 205 | + "pytest-flask Documentation", |
| 206 | + "Vital Kudzelka", |
208 | 207 | "manual", |
209 | 208 | ), |
210 | 209 | ] |
|
235 | 234 | # One entry per manual page. List of tuples |
236 | 235 | # (source start file, name, description, authors, manual section). |
237 | 236 | man_pages = [ |
238 | | - ("index", "pytest-flask", u"pytest-flask Documentation", [u"Vital Kudzelka"], 1) |
| 237 | + ("index", "pytest-flask", "pytest-flask Documentation", ["Vital Kudzelka"], 1) |
239 | 238 | ] |
240 | 239 |
|
241 | 240 | # If true, show URL addresses after external links. |
|
251 | 250 | ( |
252 | 251 | "index", |
253 | 252 | "pytest-flask", |
254 | | - u"pytest-flask Documentation", |
255 | | - u"Vital Kudzelka", |
| 253 | + "pytest-flask Documentation", |
| 254 | + "Vital Kudzelka", |
256 | 255 | "pytest-flask", |
257 | 256 | "One line description of project.", |
258 | 257 | "Miscellaneous", |
|
0 commit comments