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