We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc1191 commit c14e0aaCopy full SHA for c14e0aa
2 files changed
requirements.txt
@@ -1,4 +1,4 @@
1
-sphinx==1.8.3
+sphinx==2.1.2
2
sphinx-autobuild==0.7.1
3
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
4
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
source/conf.py
@@ -354,7 +354,6 @@
354
intersphinx_mapping = {
355
'python': ('https://docs.python.org/3.6', None),
356
'pip': ('https://pip.pypa.io/en/latest/', None),
357
- 'pypa': ('https://pypa.io/en/latest/', None),
358
}
359
360
0 commit comments