|
111 | 111 | # -- Options for HTMLHelp output --------------------------------------------- |
112 | 112 |
|
113 | 113 | # Output file base name for HTML help builder. |
114 | | -htmlhelp_basename = 'python-flask-sklearn-docker-templatedoc' |
| 114 | +htmlhelp_basename = 'ml-flask-api-doc' |
115 | 115 |
|
116 | 116 |
|
117 | 117 | # -- Options for LaTeX output ------------------------------------------------ |
|
138 | 138 | # (source start file, target name, title, |
139 | 139 | # author, documentclass [howto, manual, or own class]). |
140 | 140 | latex_documents = [ |
141 | | - (master_doc, 'python-flask-sklearn-docker-template.tex', 'python-flask-sklearn-docker-template Documentation', |
| 141 | + (master_doc, 'ml-flask-api.tex', 'ml-flask-api Documentation', |
142 | 142 | 'lopezco', 'manual'), |
143 | 143 | ] |
144 | 144 |
|
|
148 | 148 | # One entry per manual page. List of tuples |
149 | 149 | # (source start file, name, description, authors, manual section). |
150 | 150 | man_pages = [ |
151 | | - (master_doc, 'python-flask-sklearn-docker-template', 'python-flask-sklearn-docker-template Documentation', |
| 151 | + (master_doc, 'ml-flask-api', 'ml-flask-api Documentation', |
152 | 152 | [author], 1) |
153 | 153 | ] |
154 | 154 |
|
|
159 | 159 | # (source start file, target name, title, author, |
160 | 160 | # dir menu entry, description, category) |
161 | 161 | texinfo_documents = [ |
162 | | - (master_doc, 'python-flask-sklearn-docker-template', 'python-flask-sklearn-docker-template Documentation', |
163 | | - author, 'python-flask-sklearn-docker-template', 'One line description of project.', |
| 162 | + (master_doc, 'ml-flask-api', 'ml-flask-api Documentation', |
| 163 | + author, 'ml-flask-api', 'One line description of project.', |
164 | 164 | 'Miscellaneous'), |
165 | 165 | ] |
166 | 166 |
|
|
0 commit comments