From 6da89f19222268356d14bfd79c1943d935c29cc1 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Sun, 27 Dec 2015 15:02:59 +0300 Subject: [PATCH] Fix failing Travis tests due to expired certificate https://travis-ci.org/pypa/pip/jobs/96488586#L146 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index acc3fa0cb..dcf107815 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ extensions = ['sphinx.ext.extlinks', 'docs.pipext', 'sphinx.ext.intersphinx'] intersphinx_cache_limit = 0 intersphinx_mapping = { 'pypug': ('https://packaging.python.org/en/latest/', None), - 'pypa': ('https://pypa.io/en/latest/', None), + 'pypa': ('https://www.pypa.io/en/latest/', None), }