|
43 | 43 | master_doc = "index" |
44 | 44 |
|
45 | 45 | # General information about the project. |
46 | | -project = u"Adafruit Trellis Library" |
47 | | -copyright = u"2017 Michael Schroeder" |
48 | | -author = u"Michael Schroeder" |
| 46 | +project = "Adafruit Trellis Library" |
| 47 | +copyright = "2017 Michael Schroeder" |
| 48 | +author = "Michael Schroeder" |
49 | 49 |
|
50 | 50 | # The version info for the project you're documenting, acts as replacement for |
51 | 51 | # |version| and |release|, also used in various other places throughout the |
52 | 52 | # built documents. |
53 | 53 | # |
54 | 54 | # The short X.Y version. |
55 | | -version = u"1.0" |
| 55 | +version = "1.0" |
56 | 56 | # The full version, including alpha/beta/rc tags. |
57 | | -release = u"1.0" |
| 57 | +release = "1.0" |
58 | 58 |
|
59 | 59 | # The language for content autogenerated by Sphinx. Refer to documentation |
60 | 60 | # for a list of supported languages. |
|
144 | 144 | ( |
145 | 145 | master_doc, |
146 | 146 | "AdafruitTrellisLibrary.tex", |
147 | | - u"AdafruitTrellis Library Documentation", |
| 147 | + "AdafruitTrellis Library Documentation", |
148 | 148 | author, |
149 | 149 | "manual", |
150 | 150 | ), |
|
158 | 158 | ( |
159 | 159 | master_doc, |
160 | 160 | "AdafruitTrellislibrary", |
161 | | - u"Adafruit Trellis Library Documentation", |
| 161 | + "Adafruit Trellis Library Documentation", |
162 | 162 | [author], |
163 | 163 | 1, |
164 | 164 | ) |
|
173 | 173 | ( |
174 | 174 | master_doc, |
175 | 175 | "AdafruitTrellisLibrary", |
176 | | - u"Adafruit Trellis Library Documentation", |
| 176 | + "Adafruit Trellis Library Documentation", |
177 | 177 | author, |
178 | 178 | "AdafruitTrellisLibrary", |
179 | 179 | "One line description of project.", |
|
0 commit comments