Skip to content

Commit 94b9cb2

Browse files
committed
Comments for example in confval
1 parent 03ed594 commit 94b9cb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ These settings are global and have effect on both, tooltips and modal dialogues.
2727
2828
{
2929
'hoverxref': 'modal',
30-
'ref': 'modal',
31-
'confval': 'tooltip',
32-
'mod': 'tooltip', # for Python Domain
33-
'class': 'tooltip', # for Python Domain
30+
'ref': 'modal', # for hoverxref_auto_ref config
31+
'confval': 'tooltip', # for custom object
32+
'mod': 'tooltip', # for Python Sphinx Domain
33+
'class': 'tooltip', # for Python Sphinx Domain
3434
}
3535
3636
Type: dictionary

0 commit comments

Comments
 (0)