From fce34295644a02753656a7b82ecbaf86aeb89305 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 20 Sep 2021 04:24:17 -0500 Subject: [PATCH] Use hoverxref for Python Domain and intersphinx content in documentation --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0ad691f..160c289 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,6 +34,8 @@ extensions = [ ] hoverxref_auto_ref = True +hoverxref_domains = ['py'] +hoverxref_intersphinx = ['aiohttp', 'requests'] intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), -- 2.25.1