Skip to content

Commit 39d1777

Browse files
committed
and data
1 parent 3d9ebe5 commit 39d1777

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sphinx/source/conf.py

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

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

0 commit comments

Comments
 (0)