Skip to content

Commit aac2857

Browse files
committed
try to add logo
1 parent 2e3e5d6 commit aac2857

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/_static/logo.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
'show_powered_by': False
8989
}
9090

91+
html_logo = '_static/logo.svg'
92+
9193
# Theme options are theme-specific and customize the look and feel of a theme
9294
# further. For a list of options available for each theme, see the
9395
# documentation.
@@ -97,7 +99,7 @@
9799
# Add any paths that contain custom static files (such as style sheets) here,
98100
# relative to this directory. They are copied after the builtin static files,
99101
# so a file named "default.css" will overwrite the builtin "default.css".
100-
html_static_path = ['.static']
102+
html_static_path = ['_static']
101103

102104
# Custom sidebar templates, must be a dictionary that maps document names
103105
# to template names.

0 commit comments

Comments
 (0)