|
41 | 41 | master_doc = "index"
|
42 | 42 |
|
43 | 43 | # General information about the project.
|
44 |
| -project = u"Adafruit rfm9x Library" |
45 |
| -copyright = u"2018 Tony DiCola" |
46 |
| -author = u"Tony DiCola" |
| 44 | +project = "Adafruit RFM9x Library" |
| 45 | +copyright = "2018 Tony DiCola" |
| 46 | +author = "Tony DiCola" |
47 | 47 |
|
48 | 48 | # The version info for the project you're documenting, acts as replacement for
|
49 | 49 | # |version| and |release|, also used in various other places throughout the
|
50 | 50 | # built documents.
|
51 | 51 | #
|
52 | 52 | # The short X.Y version.
|
53 |
| -version = u"1.0" |
| 53 | +version = "1.0" |
54 | 54 | # The full version, including alpha/beta/rc tags.
|
55 |
| -release = u"1.0" |
| 55 | +release = "1.0" |
56 | 56 |
|
57 | 57 | # The language for content autogenerated by Sphinx. Refer to documentation
|
58 | 58 | # for a list of supported languages.
|
|
142 | 142 | latex_documents = [
|
143 | 143 | (
|
144 | 144 | master_doc,
|
145 |
| - "Adafruitrfm9xLibrary.tex", |
146 |
| - u"Adafruitrfm9x Library Documentation", |
| 145 | + "AdafruitRFM9xLibrary.tex", |
| 146 | + "Adafruit RFM9x Library Documentation", |
147 | 147 | author,
|
148 | 148 | "manual",
|
149 | 149 | ),
|
|
156 | 156 | man_pages = [
|
157 | 157 | (
|
158 | 158 | master_doc,
|
159 |
| - "Adafruitrfm9xlibrary", |
160 |
| - u"Adafruit rfm9x Library Documentation", |
| 159 | + "AdafruitRFM9xlibrary", |
| 160 | + "Adafruit RFM9x Library Documentation", |
161 | 161 | [author],
|
162 | 162 | 1,
|
163 | 163 | )
|
|
171 | 171 | texinfo_documents = [
|
172 | 172 | (
|
173 | 173 | master_doc,
|
174 |
| - "Adafruitrfm9xLibrary", |
175 |
| - u"Adafruit rfm9x Library Documentation", |
| 174 | + "AdafruitRFM9xLibrary", |
| 175 | + "Adafruit RFM9x Library Documentation", |
176 | 176 | author,
|
177 |
| - "Adafruitrfm9xLibrary", |
| 177 | + "AdafruitRFM9xLibrary", |
178 | 178 | "One line description of project.",
|
179 | 179 | "Miscellaneous",
|
180 | 180 | ),
|
|
0 commit comments