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