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)} |