Skip to content

Commit 29cd6f0

Browse files
committed
conf: Enable html permalinks for headers on hover
requested on Matrix channel
1 parent 1a754e5 commit 29cd6f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/_static/xdg.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ footer {
344344
font-weight: 800;
345345
}
346346

347-
.headerlink { visibility: hidden !important; }
348347

349348
.sidebar-search-container,
350349
.sidebar-search {

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
html_css_files = [
104104
'xdg.css',
105105
]
106-
106+
html_permalinks_icon = "🔗"
107107
# Theme options are theme-specific and customize the look and feel of a theme
108108
# further. For a list of options available for each theme, see the
109109
# documentation.

0 commit comments

Comments
 (0)