summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 42a978d..18a4ecf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,7 +65,7 @@ author = "José Padilla"
release = find_version("../jwt/__init__.py")
# The short X.Y version.
-version = release.rsplit(u".", 1)[0]
+version = release.rsplit(".", 1)[0]
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -112,7 +112,7 @@ htmlhelp_basename = "PyJWTdoc"
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [(master_doc, "pyjwt", u"PyJWT Documentation", [author], 1)]
+man_pages = [(master_doc, "pyjwt", "PyJWT Documentation", [author], 1)]
# -- Options for Texinfo output -------------------------------------------
@@ -124,7 +124,7 @@ texinfo_documents = [
(
master_doc,
"PyJWT",
- u"PyJWT Documentation",
+ "PyJWT Documentation",
author,
"PyJWT",
"One line description of project.",