|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# django_spanner documentation build configuration file, created by |
| 3 | +# deploy_python documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Sat Jul 2 11:42:15 2016. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
48 | 48 | master_doc = 'index' |
49 | 49 |
|
50 | 50 | # General information about the project. |
51 | | -project = u'django_spanner' |
| 51 | +project = u'deploy_python' |
52 | 52 | copyright = u'2016, micropyramid' |
53 | 53 | author = u'micropyramid' |
54 | 54 |
|
|
133 | 133 | # The name for this set of Sphinx documents. |
134 | 134 | # "<project> v<release> documentation" by default. |
135 | 135 | # |
136 | | -# html_title = u'django_spanner v0.0.2' |
| 136 | +# html_title = u'deploy_python v0.0.2' |
137 | 137 |
|
138 | 138 | # A shorter title for the navigation bar. Default is the same as html_title. |
139 | 139 | # |
|
233 | 233 | # html_search_scorer = 'scorer.js' |
234 | 234 |
|
235 | 235 | # Output file base name for HTML help builder. |
236 | | -htmlhelp_basename = 'django_spannerdoc' |
| 236 | +htmlhelp_basename = 'deploy_pythondoc' |
237 | 237 |
|
238 | 238 | # -- Options for LaTeX output --------------------------------------------- |
239 | 239 |
|
|
259 | 259 | # (source start file, target name, title, |
260 | 260 | # author, documentclass [howto, manual, or own class]). |
261 | 261 | latex_documents = [ |
262 | | - (master_doc, 'django_spanner.tex', u'django\\_spanner Documentation', |
| 262 | + (master_doc, 'deploy_python.tex', u'django\\_spanner Documentation', |
263 | 263 | u'micropyramid', 'manual'), |
264 | 264 | ] |
265 | 265 |
|
|
295 | 295 | # One entry per manual page. List of tuples |
296 | 296 | # (source start file, name, description, authors, manual section). |
297 | 297 | man_pages = [ |
298 | | - (master_doc, 'django_spanner', u'django_spanner Documentation', |
| 298 | + (master_doc, 'deploy_python', u'deploy_python Documentation', |
299 | 299 | [author], 1) |
300 | 300 | ] |
301 | 301 |
|
|
310 | 310 | # (source start file, target name, title, author, |
311 | 311 | # dir menu entry, description, category) |
312 | 312 | texinfo_documents = [ |
313 | | - (master_doc, 'django_spanner', u'django_spanner Documentation', |
314 | | - author, 'django_spanner', 'One line description of project.', |
| 313 | + (master_doc, 'deploy_python', u'deploy_python Documentation', |
| 314 | + author, 'deploy_python', 'One line description of project.', |
315 | 315 | 'Miscellaneous'), |
316 | 316 | ] |
317 | 317 |
|
|
0 commit comments