|
35 | 35 | master_doc = "index" |
36 | 36 |
|
37 | 37 | # General information about the project. |
38 | | -project = u"Adafruit THERMISTOR Library" |
39 | | -copyright = u"2017 Scott Shawcroft" |
40 | | -author = u"Scott Shawcroft" |
| 38 | +project = "Adafruit Thermistor Library" |
| 39 | +copyright = "2017 Scott Shawcroft" |
| 40 | +author = "Scott Shawcroft" |
41 | 41 |
|
42 | 42 | # The version info for the project you're documenting, acts as replacement for |
43 | 43 | # |version| and |release|, also used in various other places throughout the |
44 | 44 | # built documents. |
45 | 45 | # |
46 | 46 | # The short X.Y version. |
47 | | -version = u"1.0" |
| 47 | +version = "1.0" |
48 | 48 | # The full version, including alpha/beta/rc tags. |
49 | | -release = u"1.0" |
| 49 | +release = "1.0" |
50 | 50 |
|
51 | 51 | # The language for content autogenerated by Sphinx. Refer to documentation |
52 | 52 | # for a list of supported languages. |
|
110 | 110 | html_favicon = "_static/favicon.ico" |
111 | 111 |
|
112 | 112 | # Output file base name for HTML help builder. |
113 | | -htmlhelp_basename = "AdafruitTHERMISTORLibrarydoc" |
| 113 | +htmlhelp_basename = "AdafruitThermistorLibrarydoc" |
114 | 114 |
|
115 | 115 | # -- Options for LaTeX output --------------------------------------------- |
116 | 116 |
|
|
135 | 135 | latex_documents = [ |
136 | 136 | ( |
137 | 137 | master_doc, |
138 | | - "AdafruitTHERMISTORLibrary.tex", |
139 | | - u"Adafruit THERMISTOR Library Documentation", |
140 | | - u"Phiilip Moyer", |
| 138 | + "AdafruitThermistorLibrary.tex", |
| 139 | + "Adafruit Thermistor Library Documentation", |
| 140 | + "Phiilip Moyer", |
141 | 141 | "manual", |
142 | 142 | ), |
143 | 143 | ] |
|
149 | 149 | man_pages = [ |
150 | 150 | ( |
151 | 151 | master_doc, |
152 | | - "AdafruitTHERMISTORlibrary", |
153 | | - u"Adafruit THERMISTOR Library Documentation", |
| 152 | + "AdafruitThermistorlibrary", |
| 153 | + "Adafruit Thermistor Library Documentation", |
154 | 154 | [author], |
155 | 155 | 1, |
156 | 156 | ) |
|
164 | 164 | texinfo_documents = [ |
165 | 165 | ( |
166 | 166 | master_doc, |
167 | | - "AdafruitTHERMISTORLibrary", |
168 | | - u"Adafruit THERMISTOR Library Documentation", |
| 167 | + "AdafruitThermistorLibrary", |
| 168 | + "Adafruit Thermistor Library Documentation", |
169 | 169 | author, |
170 | | - "AdafruitTHERMISTORLibrary", |
| 170 | + "AdafruitThermistorLibrary", |
171 | 171 | "One line description of project.", |
172 | 172 | "Miscellaneous", |
173 | 173 | ), |
|
0 commit comments