summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-09-08 20:33:25 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2020-09-08 20:33:25 +0200
commit203ef1eff6daebab6f95b0b49e6e6a58168073fb (patch)
tree7defa199f48a34787f980b6400d8bbaa9380039a /doc/conf.py
parente09d4e0cf23d7c6069ddc690942ceb4cd23fd556 (diff)
parentb2c91c70ee536b0472100d1273818f8bb45529fe (diff)
downloadpygments-git-bug/angular-html.tar.gz
Merge branch 'master' into bug/angular-htmlbug/angular-html
# Conflicts: # tests/test_shell.py
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 9e896890..1a08e0d6 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -34,8 +34,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Pygments'
-copyright = u'2006-2020, Georg Brandl and Pygments contributors'
+project = 'Pygments'
+copyright = '2006-2020, Georg Brandl and Pygments 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
@@ -180,8 +180,8 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('docs/index', 'Pygments.tex', u'Pygments Documentation',
- u'Pygments authors', 'manual'),
+ ('docs/index', 'Pygments.tex', 'Pygments Documentation',
+ 'Pygments authors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -210,8 +210,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('docs/index', 'pygments', u'Pygments Documentation',
- [u'Pygments authors'], 1)
+ ('docs/index', 'pygments', 'Pygments Documentation',
+ ['Pygments authors'], 1)
]
# If true, show URL addresses after external links.