|
59 | 59 | # source_suffix = ['.rst', '.md'] |
60 | 60 | source_suffix = '.rst' |
61 | 61 |
|
62 | | -# The master toctree document. |
63 | | -master_doc = 'index' |
| 62 | +# The root toctree document. |
| 63 | +root_doc = 'index' |
64 | 64 |
|
65 | 65 | # The language for content autogenerated by Sphinx. Refer to documentation |
66 | 66 | # for a list of supported languages. |
|
137 | 137 | # (source start file, target name, title, |
138 | 138 | # author, documentclass [howto, manual, or own class]). |
139 | 139 | latex_documents = [ |
140 | | - (master_doc, 'APIClientGeneratorforPython.tex', 'API Client Generator for Python Documentation', |
| 140 | + (root_doc, 'APIClientGeneratorforPython.tex', 'API Client Generator for Python Documentation', |
141 | 141 | 'Luke Sneeringer', 'manual'), |
142 | 142 | ] |
143 | 143 |
|
|
147 | 147 | # One entry per manual page. List of tuples |
148 | 148 | # (source start file, name, description, authors, manual section). |
149 | 149 | man_pages = [ |
150 | | - (master_doc, 'apiclientgeneratorforpython', 'API Client Generator for Python Documentation', |
| 150 | + (root_doc, 'apiclientgeneratorforpython', 'API Client Generator for Python Documentation', |
151 | 151 | [author], 1) |
152 | 152 | ] |
153 | 153 |
|
|
158 | 158 | # (source start file, target name, title, author, |
159 | 159 | # dir menu entry, description, category) |
160 | 160 | texinfo_documents = [ |
161 | | - (master_doc, 'APIClientGeneratorforPython', 'API Client Generator for Python Documentation', |
| 161 | + (root_doc, 'APIClientGeneratorforPython', 'API Client Generator for Python Documentation', |
162 | 162 | author, 'APIClientGeneratorforPython', 'One line description of project.', |
163 | 163 | 'Miscellaneous'), |
164 | 164 | ] |
|
0 commit comments