Inter-sphinx with Python 3, not 2.

Python 2 is the default, you need to be explicit for Python 3.
This commit is contained in:
Matthias Bussonnier
2017-06-12 12:04:41 -07:00
parent 97ec0b803d
commit 5cb40531d0

View File

@@ -164,7 +164,7 @@ epub_exclude_files = ['search.html']
# -- Intersphinx ---------------------------------------------------------- # -- Intersphinx ----------------------------------------------------------
intersphinx_mapping = {'https://docs.python.org/': None} intersphinx_mapping = {'https://docs.python.org/3/': None}
# -- Read The Docs -------------------------------------------------------- # -- Read The Docs --------------------------------------------------------