diff --git a/docs/source/conf.py b/docs/source/conf.py index 1e3d0cb5..ff3c6800 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -205,7 +205,10 @@ epub_exclude_files = ['search.html'] # -- Intersphinx ---------------------------------------------------------- -intersphinx_mapping = {'https://docs.python.org/3/': None} +intersphinx_mapping = { + 'python': ('https://docs.python.org/3/', None), + 'tornado': ('https://www.tornadoweb.org/en/stable/', None), +} # -- Read The Docs --------------------------------------------------------