aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index af09c7e9..93de0e98 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,10 @@ extlinks = {
}
# Links used for cross-referencing stuff in other documentation
-intersphinx_mapping = {'py': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {
+ 'py': ('https://docs.python.org/3', None),
+ 'aio': ('https://aiohttp.readthedocs.io/en/stable/', None)
+}
rst_prolog = """
.. |coro| replace:: This function is a |corourl|_.