|
32 | 32 | master_doc = "index" |
33 | 33 |
|
34 | 34 | # General information about the project. |
35 | | -project = u"Adafruit CircuitPython SimpleIO Library" |
36 | | -copyright = u"2017 Scott Shawcroft" |
37 | | -author = u"Scott Shawcroft" |
| 35 | +project = "Adafruit CircuitPython SimpleIO Library" |
| 36 | +copyright = "2017 Scott Shawcroft" |
| 37 | +author = "Scott Shawcroft" |
38 | 38 |
|
39 | 39 | # The version info for the project you're documenting, acts as replacement for |
40 | 40 | # |version| and |release|, also used in various other places throughout the |
41 | 41 | # built documents. |
42 | 42 | # |
43 | 43 | # The short X.Y version. |
44 | | -version = u"1.0" |
| 44 | +version = "1.0" |
45 | 45 | # The full version, including alpha/beta/rc tags. |
46 | | -release = u"1.0" |
| 46 | +release = "1.0" |
47 | 47 |
|
48 | 48 | # The language for content autogenerated by Sphinx. Refer to documentation |
49 | 49 | # for a list of supported languages. |
|
133 | 133 | ( |
134 | 134 | master_doc, |
135 | 135 | "AdafruitSimpleIOLibrary.tex", |
136 | | - u"Adafruit SimpleIO Library Documentation", |
137 | | - u"Scott Shawcroft", |
| 136 | + "Adafruit SimpleIO Library Documentation", |
| 137 | + "Scott Shawcroft", |
138 | 138 | "manual", |
139 | 139 | ), |
140 | 140 | ] |
|
147 | 147 | ( |
148 | 148 | master_doc, |
149 | 149 | "adafruitSimpleIOlibrary", |
150 | | - u"Adafruit SimpleIO Library Documentation", |
| 150 | + "Adafruit SimpleIO Library Documentation", |
151 | 151 | [author], |
152 | 152 | 1, |
153 | 153 | ) |
|
162 | 162 | ( |
163 | 163 | master_doc, |
164 | 164 | "AdafruitSimpleIOLibrary", |
165 | | - u"Adafruit SimpleIO Library Documentation", |
| 165 | + "Adafruit SimpleIO Library Documentation", |
166 | 166 | author, |
167 | 167 | "AdafruitSimpleIOLibrary", |
168 | 168 | "One line description of project.", |
|
0 commit comments