From 7c8c55935271cd3225d6cfb9f352f80fa8c06fef Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Mon, 8 Jul 2019 13:48:24 -0700 Subject: [PATCH] Upgrade Sphinx version, remove pypa.io intersphinx --- requirements.txt | 2 +- source/conf.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c07769ee8..59277cac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -sphinx==1.8.3 +sphinx==2.1.2 sphinx-autobuild==0.7.1 git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme diff --git a/source/conf.py b/source/conf.py index 2a35d3476..3b18d20c7 100644 --- a/source/conf.py +++ b/source/conf.py @@ -354,7 +354,6 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3.6', None), 'pip': ('https://pip.pypa.io/en/latest/', None), - 'pypa': ('https://pypa.io/en/latest/', None), }