Skip to content

Commit 5c889f0

Browse files
committed
allow headerlinks to show up w/ sphinx theme changes
1 parent 2adfe04 commit 5c889f0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sphinx_paramlinks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.4.2'
1+
__version__ = '0.4.3'
22

33
from .sphinx_paramlinks import setup # noqa
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
a.paramlink {
1+
li > a.paramlink {
22
visibility: hidden;
33
}
44

5-
li:hover > a.paramlink {
5+
6+
p:hover > a.headerlink, p:hover > a.paramlink, li:hover > a.paramlink, li:hover > a.headerlink {
67
visibility: visible;
78
}
9+

0 commit comments

Comments
 (0)