|
50 | 50 | master_doc = "index" |
51 | 51 |
|
52 | 52 | # General information about the project. |
53 | | -project = u"Adafruit SEESAW Library" |
54 | | -copyright = u"2017 Dean Miller" |
55 | | -author = u"Dean Miller" |
| 53 | +project = "Adafruit seesaw Library" |
| 54 | +copyright = "2017 Dean Miller" |
| 55 | +author = "Dean Miller" |
56 | 56 |
|
57 | 57 | # The version info for the project you're documenting, acts as replacement for |
58 | 58 | # |version| and |release|, also used in various other places throughout the |
59 | 59 | # built documents. |
60 | 60 | # |
61 | 61 | # The short X.Y version. |
62 | | -version = u"1.0" |
| 62 | +version = "1.0" |
63 | 63 | # The full version, including alpha/beta/rc tags. |
64 | | -release = u"1.0" |
| 64 | +release = "1.0" |
65 | 65 |
|
66 | 66 | # The language for content autogenerated by Sphinx. Refer to documentation |
67 | 67 | # for a list of supported languages. |
|
125 | 125 | html_favicon = "_static/favicon.ico" |
126 | 126 |
|
127 | 127 | # Output file base name for HTML help builder. |
128 | | -htmlhelp_basename = "AdafruitSEESAWLibrarydoc" |
| 128 | +htmlhelp_basename = "AdafruitseesawLibrarydoc" |
129 | 129 |
|
130 | 130 | # -- Options for LaTeX output --------------------------------------------- |
131 | 131 |
|
|
150 | 150 | latex_documents = [ |
151 | 151 | ( |
152 | 152 | master_doc, |
153 | | - "AdafruitSEESAWLibrary.tex", |
154 | | - u"Adafruit SEESAW Library Documentation", |
| 153 | + "Adafruitseesawibrary.tex", |
| 154 | + "Adafruit seesaw Library Documentation", |
155 | 155 | author, |
156 | 156 | "manual", |
157 | 157 | ), |
|
164 | 164 | man_pages = [ |
165 | 165 | ( |
166 | 166 | master_doc, |
167 | | - "adafruitSEESAWlibrary", |
168 | | - u"Adafruit SEESAW Library Documentation", |
| 167 | + "adafruitseesawlibrary", |
| 168 | + "Adafruit seesaw Library Documentation", |
169 | 169 | [author], |
170 | 170 | 1, |
171 | 171 | ) |
|
180 | 180 | ( |
181 | 181 | master_doc, |
182 | 182 | "AdafruitSEESAWLibrary", |
183 | | - u"Adafruit SEESAW Library Documentation", |
| 183 | + "Adafruit SEESAW Library Documentation", |
184 | 184 | author, |
185 | 185 | "AdafruitSEESAWLibrary", |
186 | 186 | "One line description of project.", |
|
0 commit comments