Skip to content

Commit 634974c

Browse files
committed
try to add in a favicon
1 parent 25573ae commit 634974c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/_static/favicon.ico

1.12 KB
Binary file not shown.

doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import os
44
import sys
5+
import alabaster
6+
57

68
# Get the project root dir, which is the parent dir of this
79
cwd = os.getcwd()
@@ -46,9 +48,8 @@
4648

4749
pygments_style = 'sphinx'
4850

49-
import alabaster
50-
5151
html_theme_path = [alabaster.get_path()]
52+
html_favicon = 'favicon.ico'
5253
html_theme = 'alabaster'
5354
html_sidebars = {
5455
'**': [

0 commit comments

Comments
 (0)