[Python-checkins] release: sphinx upgrade

benjamin.peterson python-checkins at python.org
Wed Jun 22 02:45:03 EDT 2016


https://hg.python.org/release/rev/16acb5fdad36
changeset: 105:16acb5fdad36
user: Benjamin Peterson <benjamin at python.org>
date: Tue Jun 21 23:44:54 2016 -0700
summary:
 sphinx upgrade
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.3.3'])
+ run_cmd([pip, 'install', 'Sphinx==1.4.4'])
 # 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

AltStyle によって変換されたページ (->オリジナル) /