|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # django-capture-tag documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Wed Apr 20 14:26:24 2016. |
|
45 | 44 | master_doc = "index" |
46 | 45 |
|
47 | 46 | # General information about the project. |
48 | | -project = u"django-capture-tag" |
49 | | -copyright = u"2016, Diederik van der Boor" |
50 | | -author = u"Diederik van der Boor" |
| 47 | +project = "django-capture-tag" |
| 48 | +copyright = "2016, Diederik van der Boor" |
| 49 | +author = "Diederik van der Boor" |
51 | 50 |
|
52 | 51 | # The version info for the project you're documenting, acts as replacement for |
53 | 52 | # |version| and |release|, also used in various other places throughout the |
54 | 53 | # built documents. |
55 | 54 | # |
56 | 55 | # The short X.Y version. |
57 | | -version = u"1.0" |
| 56 | +version = "1.0" |
58 | 57 | # The full version, including alpha/beta/rc tags. |
59 | | -release = u"1.0" |
| 58 | +release = "1.0" |
60 | 59 |
|
61 | 60 | # The language for content autogenerated by Sphinx. Refer to documentation |
62 | 61 | # for a list of supported languages. |
|
221 | 220 | ( |
222 | 221 | master_doc, |
223 | 222 | "django-capture-tag.tex", |
224 | | - u"django-capture-tag Documentation", |
225 | | - u"Diederik van der Boor", |
| 223 | + "django-capture-tag Documentation", |
| 224 | + "Diederik van der Boor", |
226 | 225 | "manual", |
227 | 226 | ), |
228 | 227 | ] |
|
252 | 251 |
|
253 | 252 | # One entry per manual page. List of tuples |
254 | 253 | # (source start file, name, description, authors, manual section). |
255 | | -man_pages = [(master_doc, "django-capture-tag", u"django-capture-tag Documentation", [author], 1)] |
| 254 | +man_pages = [(master_doc, "django-capture-tag", "django-capture-tag Documentation", [author], 1)] |
256 | 255 |
|
257 | 256 | # If true, show URL addresses after external links. |
258 | 257 | # man_show_urls = False |
|
267 | 266 | ( |
268 | 267 | master_doc, |
269 | 268 | "django-capture-tag", |
270 | | - u"django-capture-tag Documentation", |
| 269 | + "django-capture-tag Documentation", |
271 | 270 | author, |
272 | 271 | "django-capture-tag", |
273 | 272 | "One line description of project.", |
|
0 commit comments