[Python-checkins] release: update sphinx to 1.3.3

benjamin.peterson python-checkins at python.org
Sat Dec 5 14:02:53 EST 2015


https://hg.python.org/release/rev/96c83c0116b9
changeset:   102:96c83c0116b9
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Dec 05 11:02:47 2015 -0800
summary:
  update sphinx to 1.3.3

files:
  release.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/release.py b/release.py
--- a/release.py
+++ b/release.py
@@ -283,7 +283,7 @@
     with tempfile.TemporaryDirectory() as venv:
         run_cmd(['python3', '-m', 'venv', venv])
         pip = os.path.join(venv, 'bin', 'pip')
-        run_cmd([pip, 'install', 'Sphinx==1.2.3'])
+        run_cmd([pip, 'install', 'Sphinx==1.3.3'])
         # run_cmd([pip, 'install', 'Sphinx'])
         sphinx_build = os.path.join(venv, 'bin', 'sphinx-build')
         with changed_dir('Doc'):

-- 
Repository URL: https://hg.python.org/release


More information about the Python-checkins mailing list