From 073c4d9ff11c716f9d980ed144cb80380dddb302 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 28 Apr 2020 09:25:35 -0700 Subject: Upgrade to Sphinx 3 for generated documentation (#282) --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1