summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-06-29 18:39:09 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-06-29 18:39:09 +0100
commit45d4599c1bc6dea457c1d87057e2f44bf43db518 (patch)
tree89f70ae16fc0de40eb0515bc82dfb58a67a76ab5 /doc
parent3e655419214da71bff254943bd0c2accd44ffa29 (diff)
downloadastroid-git-45d4599c1bc6dea457c1d87057e2f44bf43db518.tar.gz
Update the docs (and test ReadTheDocs hook)
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index f4ceb2a8..3f83e84c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Astroid'
-copyright = u'2013, Logilab S.A.'
+copyright = u'Logilab, PyCQA and 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
@@ -184,7 +184,7 @@ htmlhelp_basename = 'Astroiddoc'
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Astroid.tex', u'Astroid Documentation',
- u'Logilab S.A.', 'manual'),
+ u'Logilab, PyCQA and contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -217,7 +217,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'astroid', u'Astroid Documentation',
- [u'Logilab S.A.'], 1)
+ [u'Logilab, PyCQA and contributors'], 1)
]