add tornado to intersphinx

This commit is contained in:
Min RK
2021-11-30 10:45:38 +01:00
parent 202b2590e9
commit 7d44a0ffc8

View File

@@ -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 --------------------------------------------------------