|
43 | 43 | master_doc = 'default'
|
44 | 44 |
|
45 | 45 | # General information about the project.
|
46 |
| -project = u'MadeiraCloud Document' |
| 46 | +project = u'Pysa' |
47 | 47 | copyright = u'2013, MadeiraCloud'
|
48 | 48 |
|
49 | 49 | # The version info for the project you're documenting, acts as replacement for
|
50 | 50 | # |version| and |release|, also used in various other places throughout the
|
51 | 51 | # built documents.
|
52 | 52 | #
|
53 | 53 | # The short X.Y version.
|
54 |
| -version = '1.0.0' |
| 54 | +version = '0.2' |
55 | 55 | # The full version, including alpha/beta/rc tags.
|
56 |
| -release = '1.0.0' |
| 56 | +release = '0.2.6a' |
57 | 57 |
|
58 | 58 | # The language for content autogenerated by Sphinx. Refer to documentation
|
59 | 59 | # for a list of supported languages.
|
|
176 | 176 | #html_file_suffix = None
|
177 | 177 |
|
178 | 178 | # Output file base name for HTML help builder.
|
179 |
| -htmlhelp_basename = 'MadeiraCloudDocument' |
| 179 | +htmlhelp_basename = 'Pysa' |
180 | 180 |
|
181 | 181 |
|
182 | 182 | # -- Options for LaTeX output ---------------------------------------------
|
|
196 | 196 | # (source start file, target name, title,
|
197 | 197 | # author, documentclass [howto/manual]).
|
198 | 198 | latex_documents = [
|
199 |
| - ('default', 'MadeiraCloudDocument.tex', u'MadeiraCloud Document', |
200 |
| - u'MadeiraCloud', 'manual'), |
| 199 | + ('default', 'Pysa.tex', u'Pysa', |
| 200 | + u'Thibault BRONCHAIN, MadeiraCloud', 'manual'), |
201 | 201 | ]
|
202 | 202 |
|
203 | 203 | # The name of an image file (relative to this directory) to place at the top of
|
|
226 | 226 | # One entry per manual page. List of tuples
|
227 | 227 | # (source start file, name, description, authors, manual section).
|
228 | 228 | man_pages = [
|
229 |
| - ('', 'MadeiraCloud Document', u'Documentation', |
230 |
| - [u'MadeiraCloud'], 1) |
| 229 | + ('', 'Pysa', u'Documentation', |
| 230 | + [u'Thibault BRONCHAIN, MadeiraCloud'], 1) |
231 | 231 | ]
|
232 | 232 |
|
233 | 233 | # If true, show URL addresses after external links.
|
|
240 | 240 | # (source start file, target name, title, author,
|
241 | 241 | # dir menu entry, description, category)
|
242 | 242 | texinfo_documents = [
|
243 |
| - ('', 'MadeiraCloud Document', u'Documentation', |
244 |
| - u'MadeiraCloud', 't', 'One line description of project.', |
| 243 | + ('', 'Pysa', u'Documentation', |
| 244 | + u'Thibault BRONCHAIN, MadeiraCloud', 't', 'Pysa - Reverse your Servers Configuration', |
245 | 245 | 'Miscellaneous'),
|
246 | 246 | ]
|
247 | 247 |
|
|
0 commit comments