|
41 | 41 | # ones.
|
42 | 42 | extensions = [
|
43 | 43 | 'sphinx.ext.autodoc',
|
44 |
| - 'sphinx.ext.viewcode', |
| 44 | + # Disabling the extension because of https://github.com/sphinx-doc/sphinx/issues/13095 |
| 45 | + # 'sphinx.ext.viewcode', |
45 | 46 | ]
|
46 | 47 |
|
47 | 48 | # Add any paths that contain templates here, relative to this directory.
|
|
131 | 132 | # (source start file, target name, title,
|
132 | 133 | # author, documentclass [howto, manual, or own class]).
|
133 | 134 | latex_documents = [
|
134 |
| - (master_doc, 'OSCTiny.tex', 'OSC Tiny Documentation', |
135 |
| - 'Andreas Hasenkopf', 'manual'), |
| 135 | + (master_doc, 'OSCTiny.tex', project + ' Documentation', |
| 136 | + author, 'manual'), |
136 | 137 | ]
|
137 | 138 |
|
138 | 139 |
|
|
141 | 142 | # One entry per manual page. List of tuples
|
142 | 143 | # (source start file, name, description, authors, manual section).
|
143 | 144 | man_pages = [
|
144 |
| - (master_doc, 'osctiny', 'OSC Tiny Documentation', |
| 145 | + (master_doc, 'osctiny', project + ' Documentation', |
145 | 146 | [author], 1)
|
146 | 147 | ]
|
147 | 148 |
|
|
152 | 153 | # (source start file, target name, title, author,
|
153 | 154 | # dir menu entry, description, category)
|
154 | 155 | texinfo_documents = [
|
155 |
| - (master_doc, 'OSCTiny', 'OSC Tiny Documentation', |
156 |
| - author, 'OSCTiny', 'One line description of project.', |
| 156 | + (master_doc, project, project + ' Documentation', |
| 157 | + author, project, 'One line description of project.', |
157 | 158 | 'Miscellaneous'),
|
158 | 159 | ]
|
159 | 160 |
|
|
0 commit comments