Skip to content

Commit

Permalink
Merge pull request #254 from Carreau/intersphinx-python-3
Browse files Browse the repository at this point in the history
Intersphinx mapping to Python 3
  • Loading branch information
parente committed Jun 13, 2017
2 parents fb46107 + b9822d0 commit cd46472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'https://docs.python.org/3/': None}

# Read The Docs
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
Expand Down

0 comments on commit cd46472

Please sign in to comment.