|
30 | 30 | extensions = [ |
31 | 31 | "sphinx.ext.autodoc", |
32 | 32 | "sphinx.ext.intersphinx", |
33 | | - "sphinx.ext.napoleon", |
34 | 33 | "sphinx.ext.viewcode", |
35 | 34 | "sphinx_immaterial", |
36 | 35 | ] |
|
71 | 70 |
|
72 | 71 | language = "en" |
73 | 72 | autoclass_content = "both" |
74 | | -# List of patterns, relative to source directory, that match files and |
75 | | -# directories to ignore when looking for source files. |
76 | | -# This patterns also effect to html_static_path and html_extra_path |
77 | 73 | exclude_patterns = [ |
78 | 74 | "_build", |
79 | 75 | "Thumbs.db", |
|
203 | 199 | html_css_files = ["extra_css.css"] |
204 | 200 |
|
205 | 201 |
|
206 | | -# -- Options for LaTeX output --------------------------------------------- |
207 | | - |
208 | | -latex_elements = { |
209 | | - # The paper size ('letterpaper' or 'a4paper'). |
210 | | - # 'papersize': 'letterpaper', |
211 | | - # The font size ('10pt', '11pt' or '12pt'). |
212 | | - # 'pointsize': '10pt', |
213 | | - # Additional stuff for the LaTeX preamble. |
214 | | - # 'preamble': '', |
215 | | - # Latex figure (float) alignment |
216 | | - # 'figure_align': 'htbp', |
217 | | -} |
218 | | - |
219 | | -# Grouping the document tree into LaTeX files. List of tuples |
220 | | -# (source start file, target name, title, |
221 | | -# author, documentclass [howto, manual, or own class]). |
222 | | -latex_documents = [ |
223 | | - ( |
224 | | - master_doc, |
225 | | - "MicroPython_ds3502_Library.tex", |
226 | | - "MicroPython ds3502 Library Documentation", |
227 | | - author, |
228 | | - "manual", |
229 | | - ), |
230 | | -] |
231 | | - |
232 | 202 | # -- Options for manual page output --------------------------------------- |
233 | 203 |
|
234 | 204 | # One entry per manual page. List of tuples |
|
242 | 212 | 1, |
243 | 213 | ), |
244 | 214 | ] |
245 | | - |
246 | | -# -- Options for Texinfo output ------------------------------------------- |
247 | | - |
248 | | -# Grouping the document tree into Texinfo files. List of tuples |
249 | | -# (source start file, target name, title, author, |
250 | | -# dir menu entry, description, category) |
251 | | -texinfo_documents = [ |
252 | | - ( |
253 | | - master_doc, |
254 | | - "MicroPython_ds3502_Library", |
255 | | - "MicroPython ds3502 Library Documentation", |
256 | | - author, |
257 | | - "MicroPython_ds3502_Library", |
258 | | - "One line description of project.", |
259 | | - "Miscellaneous", |
260 | | - ), |
261 | | -] |
0 commit comments