Skip to content

Commit 3d9ebe5

Browse files
committed
list mod as well
1 parent f5bb335 commit 3d9ebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
# Enable hover tooltips
7575
hoverxref_auto_ref = True
76-
hoverxref_roles = ["class", "meth", "func", "ref", "term", "obj"]
76+
hoverxref_roles = ["class", "meth", "func", "ref", "term", "obj", "mod"]
7777
hoverxref_role_types = dict.fromkeys(hoverxref_roles, "tooltip")
7878
hoverxref_domains = ["py"]
7979
hoverxref_intersphinx = list(intersphinx_mapping.keys())

0 commit comments

Comments
 (0)