summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-08-18 10:14:43 +0100
committerJulian Berman <Julian@GrayVines.com>2021-08-18 10:14:43 +0100
commitb2b6801fdc32d21de81b6effb8bb5d74c29a4926 (patch)
tree604a78bab15e77407bfc993115eeee0c66ef7888 /docs
parentfd5de14373830187533660edf79dce29503eb41a (diff)
downloadjsonschema-b2b6801fdc32d21de81b6effb8bb5d74c29a4926.tar.gz
Remove more unneeded u prefixes.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f1f0c54..64f872d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,9 +45,9 @@ source_suffix = ".rst"
master_doc = "index"
# General information about the project.
-project = u"jsonschema"
-author = u"Julian Berman"
-copyright = u"2013, " + author
+project = "jsonschema"
+author = "Julian Berman"
+copyright = "2013, " + author
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -171,7 +171,7 @@ htmlhelp_basename = "jsonschemadoc"
# Grouping the document tree into LaTeX files. List of tuples (source
# start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ("index", "jsonschema.tex", u"jsonschema Documentation", author, "manual"),
+ ("index", "jsonschema.tex", "jsonschema Documentation", author, "manual"),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -199,7 +199,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [("index", "jsonschema", u"jsonschema Documentation", [author], 1)]
+man_pages = [("index", "jsonschema", "jsonschema Documentation", [author], 1)]
# If true, show URL addresses after external links.
# man_show_urls = False
@@ -214,7 +214,7 @@ texinfo_documents = [
(
"index",
"jsonschema",
- u"jsonschema Documentation",
+ "jsonschema Documentation",
author,
"jsonschema",
"One line description of project.",