Skip to content

Commit f401e38

Browse files
committed
fix favicon path
1 parent c61b9dc commit f401e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
pygments_style = 'sphinx'
5858

5959
html_theme_path = [alagitpull.get_path()]
60-
html_favicon = 'favicon.ico'
60+
html_favicon = '_static/favicon.ico'
6161
html_theme = 'alagitpull'
6262
html_theme_options = {
6363
'logo': 'img/libtmux.svg',

0 commit comments

Comments
 (0)