Mercurial > p > roundup > code
comparison doc/conf.py @ 4357:13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 22 Feb 2010 05:26:57 +0000 |
| parents | bca7c59ac400 |
| children | 76460d14be91 |
comparison
equal
deleted
inserted
replaced
| 4356:05a65559d873 | 4357:13b3155869e0 |
|---|---|
| 167 #latex_font_size = '10pt' | 167 #latex_font_size = '10pt' |
| 168 | 168 |
| 169 # Grouping the document tree into LaTeX files. List of tuples | 169 # Grouping the document tree into LaTeX files. List of tuples |
| 170 # (source start file, target name, title, author, document class [howto/manual]). | 170 # (source start file, target name, title, author, document class [howto/manual]). |
| 171 latex_documents = [ | 171 latex_documents = [ |
| 172 ('docs/index', 'Roundup.tex', ur'Roundup Documentation', | 172 ('docs/index', 'Roundup.tex', u'Roundup Documentation', |
| 173 ur'Richard Jones', 'manual'), | 173 u'Richard Jones', 'manual'), |
| 174 ] | 174 ] |
| 175 | 175 |
| 176 # The name of an image file (relative to this directory) to place at the top of | 176 # The name of an image file (relative to this directory) to place at the top of |
| 177 # the title page. | 177 # the title page. |
| 178 #latex_logo = None | 178 #latex_logo = None |
