From 0707974715d0795384f75ea2de55ffc424219ac0 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 20 Jun 2017 23:36:00 +0200
Subject: [PATCH] update intersphinx for pytest and repoze.who - Closes #3098

---
 docs/conf.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index e63019c..6158164 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -70,7 +70,7 @@
     'plaster': ('http://docs.pylonsproject.org/projects/plaster/en/latest/', None),
     'pylonswebframework': ('http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/', None),
     'python': ('https://docs.python.org/3', None),
-    'pytest': ('https://pytest.org/en/latest/', None),
+    'pytest': ('https://docs.pytest.org/en/latest/', None),
     'sphinx': ('http://www.sphinx-doc.org/en/latest', None),
     'sqla': ('http://docs.sqlalchemy.org/en/latest', None),
     'tm': ('http://docs.pylonsproject.org/projects/pyramid-tm/en/latest/', None),
@@ -80,7 +80,7 @@
     'venusian': ('http://docs.pylonsproject.org/projects/venusian/en/latest', None),
     'webob': ('http://docs.webob.org/en/latest', None),
     'webtest': ('http://webtest.pythonpaste.org/en/latest', None),
-    'who': ('http://repozewho.readthedocs.org/en/latest', None),
+    'who': ('http://repozewho.readthedocs.io/en/latest', None),
     'zcml': ('http://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None),
     'zcomponent': ('http://zopecomponent.readthedocs.io/en/latest/', None),
     'zinterface': ('http://zopeinterface.readthedocs.io/en/latest/', None),

--
Gitblit v1.9.3