Mercurial > p > roundup > code
comparison doc/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 | b26176334c88 |
| children | 46b7d1ee4fab |
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 to generate local documentation. There is also | |
| 5 # website/www/conf.py in Roundup repository which uses the same .rst | |
| 6 # sources, but different setup to generate site contents. | |
| 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 # |
| 53 # The master toctree document. | 59 # The master toctree document. |
| 54 master_doc = 'index' | 60 master_doc = 'index' |
| 55 | 61 |
| 56 # General information about the project. | 62 # General information about the project. |
| 57 project = u'Roundup' | 63 project = u'Roundup' |
| 58 copyright = u'2009, Richard Jones' | 64 copyright = u'2009-2015, Richard Jones, Roundup-Team' |
| 59 | 65 |
| 60 # The version info for the project you're documenting, acts as replacement for | 66 # The version info for the project you're documenting, acts as replacement for |
| 61 # |version| and |release|, also used in various other places throughout the | 67 # |version| and |release|, also used in various other places throughout the |
| 62 # built documents. | 68 # built documents. |
| 63 # | 69 # |
