diff --git a/docs/conf.py b/docs/conf.py index 016187385e..71b57c5d39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), }