summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2020-04-28 09:25:35 -0700
committerGitHub <noreply@github.com>2020-04-28 09:25:35 -0700
commit073c4d9ff11c716f9d980ed144cb80380dddb302 (patch)
tree6816ed1a247cf5b32341bfe71f5ac233a6ca99ea /docs
parent465089a816686720aa9934eac964789da82da7a0 (diff)
downloadpymemcache-073c4d9ff11c716f9d980ed144cb80380dddb302.tar.gz
Upgrade to Sphinx 3 for generated documentation (#282)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 58f0875..1f87dc9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath('.'))
# If your documentation needs a minimal Sphinx version, state it here.
#
-needs_sphinx = '1.4.5'
+needs_sphinx = '3.0.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -56,8 +56,8 @@ master_doc = 'index'
# General information about the project.
project = u'pymemcache'
-copyright = u'Pinterest 2019'
-author = u'Charles Gordon, Nicholas Charriere, Jon Parise, Joe Gordon'
+copyright = u'Pinterest 2020'
+author = u'Charles Gordon, Jon Parise, Joe Gordon'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -267,7 +267,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'pymemcache.tex', u'pymemcache Documentation',
- u'Charles Gordon, Nicholas Charriere, Jon Parise, Joe Gordon', 'manual'),
+ u'Charles Gordon, Jon Parise, Joe Gordon', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of