|
23 | 23 | # Uncomment the below if you use native CircuitPython modules such as |
24 | 24 | # digitalio, micropython and busio. List the modules you use. Without it, the |
25 | 25 | # autodoc module docs will fail to generate with a warning. |
26 | | -# autodoc_mock_imports = ["micropython", "digitalio", "addfruit_bus_device"] |
| 26 | +autodoc_mock_imports = ["micropython", "board", "busio", "digitalio", "pwmio"] |
27 | 27 |
|
28 | 28 | intersphinx_mapping = { |
29 | 29 | "python": ("https://docs.python.org/3.4", None), |
|
43 | 43 | master_doc = "index" |
44 | 44 |
|
45 | 45 | # General information about the project. |
46 | | -project = "Adafruit CIRCUITPYTHON_CHARLCD Library" |
| 46 | +project = "Adafruit CircuitPython_CharLCD Library" |
47 | 47 | copyright = "2017 Brent Rubell" |
48 | 48 | author = "Brent Rubell" |
49 | 49 |
|
|
118 | 118 | html_favicon = "_static/favicon.ico" |
119 | 119 |
|
120 | 120 | # Output file base name for HTML help builder. |
121 | | -htmlhelp_basename = "AdafruitCIRCUITPYTHON_CHARLCDLibrarydoc" |
| 121 | +htmlhelp_basename = "AdafruitCircuitPython_CharLCDLibrarydoc" |
122 | 122 |
|
123 | 123 | # -- Options for LaTeX output --------------------------------------------- |
124 | 124 |
|
|
143 | 143 | latex_documents = [ |
144 | 144 | ( |
145 | 145 | master_doc, |
146 | | - "AdafruitCIRCUITPYTHON_CHARLCDLibrary.tex", |
147 | | - "Adafruit CIRCUITPYTHON_CHARLCD Library Documentation", |
| 146 | + "AdafruitCircuitPython_CharLCDLibrary.tex", |
| 147 | + "Adafruit CircuitPython_CharLCD Library Documentation", |
148 | 148 | author, |
149 | 149 | "manual", |
150 | 150 | ), |
|
157 | 157 | man_pages = [ |
158 | 158 | ( |
159 | 159 | master_doc, |
160 | | - "adafruitCIRCUITPYTHON_CHARLCDlibrary", |
161 | | - "Adafruit CIRCUITPYTHON_CHARLCD Library Documentation", |
| 160 | + "adafruitCircuitPython_CharLCDlibrary", |
| 161 | + "Adafruit CircuitPython_CharLCD Library Documentation", |
162 | 162 | [author], |
163 | 163 | 1, |
164 | 164 | ) |
|
172 | 172 | texinfo_documents = [ |
173 | 173 | ( |
174 | 174 | master_doc, |
175 | | - "AdafruitCIRCUITPYTHON_CHARLCDLibrary", |
176 | | - "Adafruit CIRCUITPYTHON_CHARLCD Library Documentation", |
| 175 | + "AdafruitCircuitPython_CharLCDLibrary", |
| 176 | + "Adafruit CircuitPython_CharLCD Library Documentation", |
177 | 177 | author, |
178 | | - "AdafruitCIRCUITPYTHON_CHARLCDLibrary", |
| 178 | + "AdafruitCircuitPython_CharLCDLibrary", |
179 | 179 | "One line description of project.", |
180 | 180 | "Miscellaneous", |
181 | 181 | ), |
|
0 commit comments