|
15 | 15 | 'sphinx.ext.viewcode',
|
16 | 16 | ]
|
17 | 17 |
|
18 |
| -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} |
| 18 | + |
| 19 | +autodoc_mock_imports = ["adafruit_bus_device", "micropython"] |
| 20 | + |
| 21 | +intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None), |
| 22 | + 'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None), |
| 23 | + 'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} |
19 | 24 |
|
20 | 25 | # Add any paths that contain templates here, relative to this directory.
|
21 | 26 | templates_path = ['_templates']
|
|
26 | 31 | master_doc = 'README'
|
27 | 32 |
|
28 | 33 | # General information about the project.
|
29 |
| -project = u'Adafruit SDCARD Library' |
| 34 | +project = u'Adafruit SD Card Library' |
30 | 35 | copyright = u'2017 Scott Shawcroft'
|
31 | 36 | author = u'Scott Shawcroft'
|
32 | 37 |
|
|
91 | 96 | html_static_path = ['_static']
|
92 | 97 |
|
93 | 98 | # Output file base name for HTML help builder.
|
94 |
| -htmlhelp_basename = 'AdafruitSDCARDLibrarydoc' |
| 99 | +htmlhelp_basename = 'AdafruitSD CardLibrarydoc' |
95 | 100 |
|
96 | 101 | # -- Options for LaTeX output ---------------------------------------------
|
97 | 102 |
|
|
117 | 122 | # (source start file, target name, title,
|
118 | 123 | # author, documentclass [howto, manual, or own class]).
|
119 | 124 | latex_documents = [
|
120 |
| - (master_doc, 'AdafruitSDCARDLibrary.tex', u'Adafruit SDCARD Library Documentation', |
| 125 | + (master_doc, 'AdafruitSD CardLibrary.tex', u'Adafruit SD Card Library Documentation', |
121 | 126 | u'Phiilip Moyer', 'manual'),
|
122 | 127 | ]
|
123 | 128 |
|
|
126 | 131 | # One entry per manual page. List of tuples
|
127 | 132 | # (source start file, name, description, authors, manual section).
|
128 | 133 | man_pages = [
|
129 |
| - (master_doc, 'adafruitSDCARDlibrary', u'Adafruit SDCARD Library Documentation', |
| 134 | + (master_doc, 'adafruitSD Cardlibrary', u'Adafruit SD Card Library Documentation', |
130 | 135 | [author], 1)
|
131 | 136 | ]
|
132 | 137 |
|
|
136 | 141 | # (source start file, target name, title, author,
|
137 | 142 | # dir menu entry, description, category)
|
138 | 143 | texinfo_documents = [
|
139 |
| - (master_doc, 'AdafruitSDCARDLibrary', u'Adafruit SDCARD Library Documentation', |
140 |
| - author, 'AdafruitSDCARDLibrary', 'One line description of project.', |
| 144 | + (master_doc, 'AdafruitSD CardLibrary', u'Adafruit SD Card Library Documentation', |
| 145 | + author, 'AdafruitSD CardLibrary', 'One line description of project.', |
141 | 146 | 'Miscellaneous'),
|
142 | 147 | ]
|
0 commit comments