Skip to content

Commit

Permalink
Add intersphinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Mar 11, 2020
1 parent 87546bf commit b5ce0a5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Expand Up @@ -26,7 +26,13 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.doctest']
extensions = [
'sphinx.ext.intersphinx',
]

intersphinx_mapping = {
'python': ('http://docs.python.org/dev', None),
}

doctest_global_setup = """
import os
Expand Down

0 comments on commit b5ce0a5

Please sign in to comment.