|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# Cloudkitty Release Notes documentation build configuration file. |
| 3 | +# CloudKitty Client Release Notes documentation build configuration file. |
4 | 4 | # |
5 | 5 | # This file is execfile()d with the current directory set to its |
6 | 6 | # containing dir. |
|
42 | 42 | master_doc = 'index' |
43 | 43 |
|
44 | 44 | # General information about the project. |
45 | | -project = u'Cloudkitty Client Release Notes' |
46 | | -copyright = u'2016, Cloudkitty developers' |
| 45 | +project = u'CloudKitty Client Release Notes' |
| 46 | +copyright = u'2016, CloudKitty developers' |
47 | 47 |
|
48 | 48 | # Release notes are version independent. |
49 | 49 | # The short X.Y version. |
|
173 | 173 | #html_file_suffix = None |
174 | 174 |
|
175 | 175 | # Output file base name for HTML help builder. |
176 | | -htmlhelp_basename = 'CloudkittyReleaseNotestdoc' |
| 176 | +htmlhelp_basename = 'CloudKittyClientReleaseNotestdoc' |
177 | 177 |
|
178 | 178 |
|
179 | 179 | # -- Options for LaTeX output --------------------------------------------- |
|
193 | 193 | # (source start file, target name, title, |
194 | 194 | # author, documentclass [howto, manual, or own class]). |
195 | 195 | latex_documents = [ |
196 | | - ('index', 'PythonCloudkitty.tex', u'Cloudkitty Release Notes Documentation', |
197 | | - u'Cloudkitty developers', 'manual'), |
| 196 | + ('index', 'PythonCloudKittyClient.tex', |
| 197 | + u'CloudKitty Client Release Notes Documentation', |
| 198 | + u'CloudKitty developers', 'manual'), |
198 | 199 | ] |
199 | 200 |
|
200 | 201 | # The name of an image file (relative to this directory) to place at the top of |
|
224 | 225 | # (source start file, name, description, authors, manual section). |
225 | 226 | man_pages = [ |
226 | 227 | ('index', 'cloudkittyclient', |
227 | | - u'Cloudkitty Client Release Notes Documentation', |
228 | | - [u'Cloudkitty developers'], 1) |
| 228 | + u'CloudKitty Client Release Notes Documentation', |
| 229 | + [u'CloudKitty developers'], 1) |
229 | 230 | ] |
230 | 231 |
|
231 | 232 | # If true, show URL addresses after external links. |
|
239 | 240 | # dir menu entry, description, category) |
240 | 241 | texinfo_documents = [ |
241 | 242 | ('index', 'cloudkittyclient', |
242 | | - u'Cloudkitty Client Release Notes Documentation', |
243 | | - u'Cloudkitty Client developers', 'Cloudkittyclient', |
| 243 | + u'CloudKitty Client Release Notes Documentation', |
| 244 | + u'CloudKitty Client developers', 'CloudKittyClient', |
244 | 245 | 'One line description of project.', 'Miscellaneous'), |
245 | 246 | ] |
246 | 247 |
|
|
0 commit comments