|
47 | 47 |
|
48 | 48 | # General information about the project.
|
49 | 49 | project = 'django-babel'
|
50 |
| -copyright = '2014, Christopher Lenz' |
| 50 | +copyright = '2014, Christopher Grebs' |
51 | 51 |
|
52 | 52 | # The version info for the project you're documenting, acts as replacement for
|
53 | 53 | # |version| and |release|, also used in various other places throughout the
|
54 | 54 | # built documents.
|
55 | 55 | #
|
56 | 56 | # The short X.Y version.
|
57 |
| -version = '1.0' |
| 57 | +version = '0.4' |
58 | 58 | # The full version, including alpha/beta/rc tags.
|
59 |
| -release = '1.0' |
| 59 | +release = '0.4-dev' |
60 | 60 |
|
61 | 61 | # The language for content autogenerated by Sphinx. Refer to documentation
|
62 | 62 | # for a list of supported languages.
|
|
200 | 200 | # author, documentclass [howto, manual, or own class]).
|
201 | 201 | latex_documents = [
|
202 | 202 | ('index', 'django-babel.tex', 'django-babel Documentation',
|
203 |
| - 'Christopher Lenz', 'manual'), |
| 203 | + 'Christopher Grebs', 'manual'), |
204 | 204 | ]
|
205 | 205 |
|
206 | 206 | # The name of an image file (relative to this directory) to place at the top of
|
|
230 | 230 | # (source start file, name, description, authors, manual section).
|
231 | 231 | man_pages = [
|
232 | 232 | ('index', 'django-babel', 'django-babel Documentation',
|
233 |
| - ['Christopher Lenz'], 1) |
| 233 | + ['Christopher Grebs'], 1) |
234 | 234 | ]
|
235 | 235 |
|
236 | 236 | # If true, show URL addresses after external links.
|
|
244 | 244 | # dir menu entry, description, category)
|
245 | 245 | texinfo_documents = [
|
246 | 246 | ('index', 'django-babel', 'django-babel Documentation',
|
247 |
| - 'Christopher Lenz', 'django-babel', 'One line description of project.', |
| 247 | + 'Christopher Grebs', 'django-babel', 'One line description of project.', |
248 | 248 | 'Miscellaneous'),
|
249 | 249 | ]
|
250 | 250 |
|
|
0 commit comments