From 1684ff969ce0586109456cf8bee2c27a1cc14fad Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Tue, 5 Sep 2017 12:59:07 -0700 Subject: [PATCH] Use Sphinx 1.6.3 on local and RTD. --- docs/conf.py | 2 +- nox.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 77055b522cc2..d6be9a0715eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' +needs_sphinx = '1.6.3' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. diff --git a/nox.py b/nox.py index b845db18f74f..29f1e567d22e 100644 --- a/nox.py +++ b/nox.py @@ -29,7 +29,7 @@ def docs(session): # Install Sphinx and also all of the google-cloud-* packages. session.chdir(os.path.realpath(os.path.dirname(__file__))) - session.install('Sphinx >= 1.6.2', 'sphinx_rtd_theme') + session.install('Sphinx >= 1.6.3', 'sphinx_rtd_theme') session.install( 'core/', 'storage/',