summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-06-29 17:49:50 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-06-29 17:49:50 +0100
commite5cf088a3cedc29b0f7f6acfdd2c11ad457a33d3 (patch)
tree70ebb42b2f0ce7aac9d003e4c1eb7aae3f05ce0b /doc/conf.py
parentfc0ed972b474e63c0d500d7f2d865beebdb12d51 (diff)
downloadpylint-git-e5cf088a3cedc29b0f7f6acfdd2c11ad457a33d3.tar.gz
Remove references to bitbucket from the documentation.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index d89693eed..6367e649e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Pylint'
-copyright = u'2013-2014, Logilab and contributors'
+copyright = u'2003-2016, 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
@@ -179,7 +179,7 @@ htmlhelp_basename = 'Pylintdoc'
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Pylint.tex', u'Pylint Documentation',
- u'Logilab and contributors', 'manual'),
+ u'Logilab, PyCQA and contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -212,5 +212,5 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'pylint', u'Pylint Documentation',
- [u'Logilab and contributors'], 1)
+ [u'Logilab, PyCQA and contributors'], 1)
]