|
47 | 47 | master_doc = "index" |
48 | 48 |
|
49 | 49 | # General information about the project. |
50 | | -project = "Adafruit CircuitPython tm1814 Library" |
| 50 | +project = "Adafruit CircuitPython TM1814 Library" |
51 | 51 | creation_year = "2024" |
52 | 52 | current_year = str(datetime.datetime.now().year) |
53 | 53 | year_duration = ( |
|
124 | 124 | html_favicon = "_static/favicon.ico" |
125 | 125 |
|
126 | 126 | # Output file base name for HTML help builder. |
127 | | -htmlhelp_basename = "Adafruit_CircuitPython_Tm1814_Librarydoc" |
| 127 | +htmlhelp_basename = "Adafruit_CircuitPython_TM1814_Librarydoc" |
128 | 128 |
|
129 | 129 | # -- Options for LaTeX output --------------------------------------------- |
130 | 130 |
|
|
145 | 145 | latex_documents = [ |
146 | 146 | ( |
147 | 147 | master_doc, |
148 | | - "Adafruit_CircuitPython_tm1814_Library.tex", |
149 | | - "Adafruit CircuitPython tm1814 Library Documentation", |
| 148 | + "Adafruit_CircuitPython_TM1814_Library.tex", |
| 149 | + "Adafruit CircuitPython TM1814 Library Documentation", |
150 | 150 | author, |
151 | 151 | "manual", |
152 | 152 | ), |
|
159 | 159 | man_pages = [ |
160 | 160 | ( |
161 | 161 | master_doc, |
162 | | - "Adafruit_CircuitPython_tm1814_Library", |
163 | | - "Adafruit CircuitPython tm1814 Library Documentation", |
| 162 | + "Adafruit_CircuitPython_TM1814_Library", |
| 163 | + "Adafruit CircuitPython TM1814 Library Documentation", |
164 | 164 | [author], |
165 | 165 | 1, |
166 | 166 | ), |
|
174 | 174 | texinfo_documents = [ |
175 | 175 | ( |
176 | 176 | master_doc, |
177 | | - "Adafruit_CircuitPython_tm1814_Library", |
178 | | - "Adafruit CircuitPython tm1814 Library Documentation", |
| 177 | + "Adafruit_CircuitPython_TM1814_Library", |
| 178 | + "Adafruit CircuitPython TM1814 Library Documentation", |
179 | 179 | author, |
180 | | - "Adafruit_CircuitPython_tm1814_Library", |
| 180 | + "Adafruit_CircuitPython_TM1814_Library", |
181 | 181 | "One line description of project.", |
182 | 182 | "Miscellaneous", |
183 | 183 | ), |
|
0 commit comments