Skip to content

Commit c14e0aa

Browse files
authored
Upgrade Sphinx version, remove pypa.io intersphinx (#625)
1 parent 6dc1191 commit c14e0aa

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx==1.8.3
1+
sphinx==2.1.2
22
sphinx-autobuild==0.7.1
33
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
44
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme

source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@
354354
intersphinx_mapping = {
355355
'python': ('https://docs.python.org/3.6', None),
356356
'pip': ('https://pip.pypa.io/en/latest/', None),
357-
'pypa': ('https://pypa.io/en/latest/', None),
358357
}
359358

360359

0 commit comments

Comments
 (0)