|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -# |
| 2 | + |
| 3 | +# -- Roundup Notice -- |
| 4 | +# This conf.py is used for Roundup website and it is different |
| 5 | +# from doc/conf.py in that it doesn't copy extra HTML files, which |
| 6 | +# are copied manually using instructions in README.txt |
| 7 | +# --- |
| 8 | + |
3 | 9 | # Roundup documentation build configuration file, created by |
4 | 10 | # sphinx-quickstart on Tue Jan 20 17:33:20 2009. |
5 | 11 | # |
|
39 | 45 |
|
40 | 46 | # General information about the project. |
41 | 47 | project = u'Roundup' |
42 | | -copyright = u'2013, Richard Jones, Roundup-Team' |
| 48 | +copyright = u'2009-2015, Richard Jones, Roundup-Team' |
43 | 49 |
|
44 | 50 | # The version info for the project you're documenting, acts as replacement for |
45 | 51 | # |version| and |release|, also used in various other places throughout the |
|
169 | 175 | # Grouping the document tree into LaTeX files. List of tuples |
170 | 176 | # (source start file, target name, title, author, document class [howto/manual]). |
171 | 177 | latex_documents = [ |
172 | | - ('docs/index', 'Roundup.tex', ur'Roundup Documentation', |
173 | | - ur'Richard Jones', 'manual'), |
| 178 | + ('docs/index', 'Roundup.tex', u'Roundup Documentation', |
| 179 | + u'Richard Jones', 'manual'), |
174 | 180 | ] |
175 | 181 |
|
176 | 182 | # The name of an image file (relative to this directory) to place at the top of |
|
0 commit comments