Mercurial > p > roundup > code
comparison website/www/conf.py @ 4955:2d83625e1c06
Synchronize conf.py between doc/ and website/www/
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sat, 13 Dec 2014 19:17:10 +0300 |
| parents | d28a648678e7 |
| children | 9e2f5a615eca |
comparison
equal
deleted
inserted
replaced
| 4954:1d3205a0b016 | 4955:2d83625e1c06 |
|---|---|
| 1 # -*- coding: utf-8 -*- | 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 # Roundup documentation build configuration file, created by | 9 # Roundup documentation build configuration file, created by |
| 4 # sphinx-quickstart on Tue Jan 20 17:33:20 2009. | 10 # sphinx-quickstart on Tue Jan 20 17:33:20 2009. |
| 5 # | 11 # |
| 6 # This file is execfile()d with the current directory set to its containing dir. | 12 # This file is execfile()d with the current directory set to its containing dir. |
| 7 # | 13 # |
| 37 # The master toctree document. | 43 # The master toctree document. |
| 38 master_doc = 'contents' | 44 master_doc = 'contents' |
| 39 | 45 |
| 40 # General information about the project. | 46 # General information about the project. |
| 41 project = u'Roundup' | 47 project = u'Roundup' |
| 42 copyright = u'2013, Richard Jones, Roundup-Team' | 48 copyright = u'2009-2015, Richard Jones, Roundup-Team' |
| 43 | 49 |
| 44 # The version info for the project you're documenting, acts as replacement for | 50 # The version info for the project you're documenting, acts as replacement for |
| 45 # |version| and |release|, also used in various other places throughout the | 51 # |version| and |release|, also used in various other places throughout the |
| 46 # built documents. | 52 # built documents. |
| 47 # | 53 # |
| 167 #latex_font_size = '10pt' | 173 #latex_font_size = '10pt' |
| 168 | 174 |
| 169 # Grouping the document tree into LaTeX files. List of tuples | 175 # Grouping the document tree into LaTeX files. List of tuples |
| 170 # (source start file, target name, title, author, document class [howto/manual]). | 176 # (source start file, target name, title, author, document class [howto/manual]). |
| 171 latex_documents = [ | 177 latex_documents = [ |
| 172 ('docs/index', 'Roundup.tex', ur'Roundup Documentation', | 178 ('docs/index', 'Roundup.tex', u'Roundup Documentation', |
| 173 ur'Richard Jones', 'manual'), | 179 u'Richard Jones', 'manual'), |
| 174 ] | 180 ] |
| 175 | 181 |
| 176 # The name of an image file (relative to this directory) to place at the top of | 182 # The name of an image file (relative to this directory) to place at the top of |
| 177 # the title page. | 183 # the title page. |
| 178 #latex_logo = None | 184 #latex_logo = None |
