Skip to content

Commit

Permalink
Add intersphinx link to Python 2 terms map
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 3, 2018
1 parent 207431c commit 2bfc257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'python2': ('https://docs.python.org/2', None),
'cherrypy': ('https://docs.cherrypy.org/en/latest/', None),
'trustme': ('https://trustme.readthedocs.io/en/latest/', None),
}

0 comments on commit 2bfc257

Please sign in to comment.