|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # pytest documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Fri Oct 8 17:54:28 2010. |
|
63 | 62 | master_doc = "contents" |
64 | 63 |
|
65 | 64 | # General information about the project. |
66 | | -project = u"pytest" |
| 65 | +project = "pytest" |
67 | 66 | year = datetime.datetime.utcnow().year |
68 | | -copyright = u"2015–2019 , holger krekel and pytest-dev team" |
| 67 | +copyright = "2015–2019 , holger krekel and pytest-dev team" |
69 | 68 |
|
70 | 69 |
|
71 | 70 | # The language for content autogenerated by Sphinx. Refer to documentation |
|
233 | 232 | ( |
234 | 233 | "contents", |
235 | 234 | "pytest.tex", |
236 | | - u"pytest Documentation", |
237 | | - u"holger krekel, trainer and consultant, http://merlinux.eu", |
| 235 | + "pytest Documentation", |
| 236 | + "holger krekel, trainer and consultant, http://merlinux.eu", |
238 | 237 | "manual", |
239 | 238 | ) |
240 | 239 | ] |
|
266 | 265 |
|
267 | 266 | # One entry per manual page. List of tuples |
268 | 267 | # (source start file, name, description, authors, manual section). |
269 | | -man_pages = [("usage", "pytest", u"pytest usage", [u"holger krekel at merlinux eu"], 1)] |
| 268 | +man_pages = [("usage", "pytest", "pytest usage", ["holger krekel at merlinux eu"], 1)] |
270 | 269 |
|
271 | 270 |
|
272 | 271 | # -- Options for Epub output --------------------------------------------------- |
273 | 272 |
|
274 | 273 | # Bibliographic Dublin Core info. |
275 | | -epub_title = u"pytest" |
276 | | -epub_author = u"holger krekel at merlinux eu" |
277 | | -epub_publisher = u"holger krekel at merlinux eu" |
278 | | -epub_copyright = u"2013, holger krekel et alii" |
| 274 | +epub_title = "pytest" |
| 275 | +epub_author = "holger krekel at merlinux eu" |
| 276 | +epub_publisher = "holger krekel at merlinux eu" |
| 277 | +epub_copyright = "2013, holger krekel et alii" |
279 | 278 |
|
280 | 279 | # The language of the text. It defaults to the language option |
281 | 280 | # or en if the language is not set. |
|
0 commit comments