From 65bf5c9b36dced02420b69a3016c127ac62ff87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Mon, 30 Dec 2024 06:51:01 +1100 Subject: [PATCH] restore hoverxref_domains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian López Barrón --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c22523c5..5c806162 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,7 +67,7 @@ hoverxref_intersphinx = list(set(intersphinx_mapping) - {'python', 'usd', 'networkx'}) # only works for RTD hosted docs hoverxref_intersphinx_types = dict.fromkeys(intersphinx_mapping, hoverxref_default_type) - +hoverxref_domains = ['py'] always_document_param_types = True autodoc_member_order = 'groupwise' maximum_signature_line_length = 150