|
109 | 109 | html_favicon = '_static/favicon.ico'
|
110 | 110 |
|
111 | 111 | # Output file base name for HTML help builder.
|
112 |
| -htmlhelp_basename = 'Adafruit_circuitpythonRplidarLibrarydoc' |
| 112 | +htmlhelp_basename = 'AdafruitRplidarLibrarydoc' |
113 | 113 |
|
114 | 114 | # -- Options for LaTeX output ---------------------------------------------
|
115 | 115 |
|
|
135 | 135 | # (source start file, target name, title,
|
136 | 136 | # author, documentclass [howto, manual, or own class]).
|
137 | 137 | latex_documents = [
|
138 |
| - (master_doc, 'Adafruit_circuitpythonRPLIDARLibrary.tex', u'Adafruit_circuitpythonRPLIDAR Library Documentation', |
| 138 | + (master_doc, 'AdafruitRPLIDARLibrary.tex', u'AdafruitRPLIDAR Library Documentation', |
139 | 139 | author, 'manual'),
|
140 | 140 | ]
|
141 | 141 |
|
|
144 | 144 | # One entry per manual page. List of tuples
|
145 | 145 | # (source start file, name, description, authors, manual section).
|
146 | 146 | man_pages = [
|
147 |
| - (master_doc, 'Adafruit_circuitpythonRPLIDARlibrary', u'Adafruit_circuitpython RPLIDAR Library Documentation', |
| 147 | + (master_doc, 'AdafruitRPLIDARlibrary', u'Adafruit RPLIDAR Library Documentation', |
148 | 148 | [author], 1)
|
149 | 149 | ]
|
150 | 150 |
|
|
154 | 154 | # (source start file, target name, title, author,
|
155 | 155 | # dir menu entry, description, category)
|
156 | 156 | texinfo_documents = [
|
157 |
| - (master_doc, 'Adafruit_circuitpythonRPLIDARLibrary', u'Adafruit_circuitpython RPLIDAR Library Documentation', |
158 |
| - author, 'Adafruit_circuitpythonRPLIDARLibrary', 'One line description of project.', |
| 157 | + (master_doc, 'AdafruitRPLIDARLibrary', u'Adafruit RPLIDAR Library Documentation', |
| 158 | + author, 'AdafruitRPLIDARLibrary', 'One line description of project.', |
159 | 159 | 'Miscellaneous'),
|
160 | 160 | ]
|
0 commit comments