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

Unified Diff: third_party/gsutil/third_party/six/documentation/conf.py

Issue 1377933002: [catapult] - Copy Telemetry's gsutilz over to third_party. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Rename to gsutil. 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: third_party/gsutil/third_party/six/documentation/conf.py
diff --git a/third_party/six/documentation/conf.py b/third_party/gsutil/third_party/six/documentation/conf.py
similarity index 97%
copy from third_party/six/documentation/conf.py
copy to third_party/gsutil/third_party/six/documentation/conf.py
index 0215bdd40592dd3d87a1e8f544042175661e54ae..fd285c7b2ef532cb015fbab61f2e2d03871ae630 100644
--- a/third_party/six/documentation/conf.py
+++ b/third_party/gsutil/third_party/six/documentation/conf.py
@@ -33,7 +33,7 @@ master_doc = "index"
# General information about the project.
project = u"six"
-copyright = u"2010-2015, Benjamin Peterson"
+copyright = u"2010-2014, 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" : ("https://docs.python.org/2/", None),
- "py3" : ("https://docs.python.org/3/", None)}
+intersphinx_mapping = {"py2" : ("http://docs.python.org/2/", None),
+ "py3" : ("http://docs.python.org/3/", None)}
« no previous file with comments | « third_party/gsutil/third_party/six/documentation/Makefile ('k') | third_party/gsutil/third_party/six/documentation/index.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698