|
38 | 38 | master_doc = "index" |
39 | 39 |
|
40 | 40 | # General information about the project. |
41 | | -project = u"Adafruit_ CPython Library" |
42 | | -copyright = u"2017 Scott Shawcroft" |
43 | | -author = u"Scott Shawcroft" |
| 41 | +project = "Adafruit CPython Library" |
| 42 | +copyright = "2017 Scott Shawcroft" |
| 43 | +author = "Scott Shawcroft" |
44 | 44 |
|
45 | 45 | # The version info for the project you're documenting, acts as replacement for |
46 | 46 | # |version| and |release|, also used in various other places throughout the |
47 | 47 | # built documents. |
48 | 48 | # |
49 | 49 | # The short X.Y version. |
50 | | -version = u"1.0" |
| 50 | +version = "1.0" |
51 | 51 | # The full version, including alpha/beta/rc tags. |
52 | | -release = u"1.0" |
| 52 | +release = "1.0" |
53 | 53 |
|
54 | 54 | # The language for content autogenerated by Sphinx. Refer to documentation |
55 | 55 | # for a list of supported languages. |
|
114 | 114 | html_favicon = "_static/favicon.ico" |
115 | 115 |
|
116 | 116 | # Output file base name for HTML help builder. |
117 | | -htmlhelp_basename = "Adafruit_CpythonLibrarydoc" |
| 117 | +htmlhelp_basename = "AdafruitCpythonLibrarydoc" |
118 | 118 |
|
119 | 119 | # -- Options for LaTeX output --------------------------------------------- |
120 | 120 |
|
|
139 | 139 | latex_documents = [ |
140 | 140 | ( |
141 | 141 | master_doc, |
142 | | - "Adafruit_CPythonLibrary.tex", |
143 | | - u"Adafruit_CPython Library Documentation", |
| 142 | + "AdafruitCPythonLibrary.tex", |
| 143 | + "AdafruitCPython Library Documentation", |
144 | 144 | author, |
145 | 145 | "manual", |
146 | 146 | ), |
|
153 | 153 | man_pages = [ |
154 | 154 | ( |
155 | 155 | master_doc, |
156 | | - "Adafruit_CPythonlibrary", |
157 | | - u"Adafruit_ CPython Library Documentation", |
| 156 | + "AdafruitCPythonlibrary", |
| 157 | + "Adafruit CPython Library Documentation", |
158 | 158 | [author], |
159 | 159 | 1, |
160 | 160 | ) |
|
168 | 168 | texinfo_documents = [ |
169 | 169 | ( |
170 | 170 | master_doc, |
171 | | - "Adafruit_CPythonLibrary", |
172 | | - u"Adafruit_ CPython Library Documentation", |
| 171 | + "AdafruitCPythonLibrary", |
| 172 | + "Adafruit CPython Library Documentation", |
173 | 173 | author, |
174 | | - "Adafruit_CPythonLibrary", |
| 174 | + "AdafruitCPythonLibrary", |
175 | 175 | "One line description of project.", |
176 | 176 | "Miscellaneous", |
177 | 177 | ), |
|
0 commit comments