Skip to content

Commit 917357d

Browse files
committed
disable permalink icon setting temporarily
1 parent 7db4392 commit 917357d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def linkcode_resolve(domain, info):
120120
# -- Options for HTML output ----------------------------------------------
121121

122122
html_theme = 'trojanzoo_sphinx_theme'
123-
html_permalinks_icon = '\uf08e' # '\uf0c1' font-family = FontAwesome
123+
# html_permalinks_icon = '\uf08e' # '\uf0c1' font-family = FontAwesome
124124
html_favicon = 'images/favicon.ico'
125125
# html_static_path = ['_static']
126126
html_title = " ".join((project, version, "documentation"))

0 commit comments

Comments
 (0)