summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9f05b93..bde041d 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = 'Gear'
-copyright = '2013, OpenStack Foundation'
+copyright = 'OpenDev Contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -185,7 +185,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Gear.tex', 'Gear Documentation',
- 'OpenStack Foundation', 'manual'),
+ 'OpenDev Contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -215,9 +215,9 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'gear', 'Gear Full Documentation',
- ['OpenStack Foundation'], 1),
+ ['OpenDev Contributors'], 1),
('geard', 'geard', 'async pure python Gearman daemon',
- ['OpenStack Foundation'], 8),
+ ['OpenDev Contributors'], 8),
]
# If true, show URL addresses after external links.
@@ -231,7 +231,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Gear', 'Gear Documentation',
- 'OpenStack Foundation', 'Gear', 'One line description of project.',
+ 'OpenDev Contributors', 'Gear', 'One line description of project.',
'Miscellaneous'),
]