Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: tools/telemetry/third_party/gsutilz/third_party/six/documentation/conf.py

Issue 1376593003: Roll gsutil version to 4.15. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/gsutilz/third_party/six/documentation/conf.py
diff --git a/tools/telemetry/third_party/gsutilz/third_party/six/documentation/conf.py b/tools/telemetry/third_party/gsutilz/third_party/six/documentation/conf.py
index fd285c7b2ef532cb015fbab61f2e2d03871ae630..0215bdd40592dd3d87a1e8f544042175661e54ae 100644
--- a/tools/telemetry/third_party/gsutilz/third_party/six/documentation/conf.py
+++ b/tools/telemetry/third_party/gsutilz/third_party/six/documentation/conf.py
@@ -33,7 +33,7 @@ master_doc = "index"
# General information about the project.
project = u"six"
-copyright = u"2010-2014, Benjamin Peterson"
+copyright = u"2010-2015, Benjamin Peterson"
sys.path.append(os.path.abspath(os.path.join(".", "..")))
from six import __version__ as six_version
@@ -213,5 +213,5 @@ man_pages = [
# -- Intersphinx ---------------------------------------------------------------
-intersphinx_mapping = {"py2" : ("http://docs.python.org/2/", None),
- "py3" : ("http://docs.python.org/3/", None)}
+intersphinx_mapping = {"py2" : ("https://docs.python.org/2/", None),
+ "py3" : ("https://docs.python.org/3/", None)}

Powered by Google App Engine
This is Rietveld 408576698