Skip to content

Commit

Permalink
Upgrade Sphinx version, remove pypa.io intersphinx (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Jul 8, 2019
1 parent 6dc1191 commit c14e0aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}


Expand Down

0 comments on commit c14e0aa

Please sign in to comment.