summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-05-22 11:37:07 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2018-05-22 20:37:07 +0200
commit377cc42f9e3116ff97cddd4567d53e9a3e24ebf9 (patch)
treecd590d0bc6750f8e83071884ca29ae1bcdafeb02 /doc/conf.py
parentbf258d2d9a30385f62e4c77158fa0427134e7603 (diff)
downloadpylint-git-377cc42f9e3116ff97cddd4567d53e9a3e24ebf9.tar.gz
pyupgrade (#2136)
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 0c306672e..de281161d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -47,7 +47,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Pylint'
+project = 'Pylint'
current_year = datetime.utcnow().year
copyright = '2003-{year}, Logilab, PyCQA and contributors'.format(year=current_year)
@@ -184,8 +184,8 @@ htmlhelp_basename = 'Pylintdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'Pylint.tex', u'Pylint Documentation',
- u'Logilab, PyCQA and contributors', 'manual'),
+ ('index', 'Pylint.tex', 'Pylint Documentation',
+ 'Logilab, PyCQA and contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -217,8 +217,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'pylint', u'Pylint Documentation',
- [u'Logilab, PyCQA and contributors'], 1)
+ ('index', 'pylint', 'Pylint Documentation',
+ ['Logilab, PyCQA and contributors'], 1)
]
intersphinx_mapping = {