Skip to content

Commit 8278010

Browse files
committed
fix logo path and add favicon option
1 parent 28d50b9 commit 8278010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191

9292
html_theme = "sphinx_rtd_theme"
9393
html_static_path = ["_static"]
94-
html_logo = "logo.png"
94+
html_logo = "_static/logo.png"
95+
html_favicon = "_static/logo.png"
9596
html_theme_options = {
9697
"logo_only": True,
9798
"display_version": False,

0 commit comments

Comments
 (0)