Skip to content

Commit dff757e

Browse files
committed
Synchronize conf.py between doc/ and website/www/
1 parent 23383d9 commit dff757e

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

doc/conf.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# -*- 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+
39
# Roundup documentation build configuration file, created by
410
# sphinx-quickstart on Tue Jan 20 17:33:20 2009.
511
#
@@ -55,7 +61,7 @@
5561

5662
# General information about the project.
5763
project = u'Roundup'
58-
copyright = u'2009, Richard Jones'
64+
copyright = u'2009-2015, Richard Jones, Roundup-Team'
5965

6066
# The version info for the project you're documenting, acts as replacement for
6167
# |version| and |release|, also used in various other places throughout the

website/www/conf.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# -*- 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+
39
# Roundup documentation build configuration file, created by
410
# sphinx-quickstart on Tue Jan 20 17:33:20 2009.
511
#
@@ -39,7 +45,7 @@
3945

4046
# General information about the project.
4147
project = u'Roundup'
42-
copyright = u'2013, Richard Jones, Roundup-Team'
48+
copyright = u'2009-2015, Richard Jones, Roundup-Team'
4349

4450
# The version info for the project you're documenting, acts as replacement for
4551
# |version| and |release|, also used in various other places throughout the
@@ -169,8 +175,8 @@
169175
# Grouping the document tree into LaTeX files. List of tuples
170176
# (source start file, target name, title, author, document class [howto/manual]).
171177
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'),
174180
]
175181

176182
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)