Skip to content

Commit 19b4b6d

Browse files
authored
Merge pull request #245 from jpreszler/issue_237_logo
fix logo path and add favicon option
2 parents 133b987 + 01e566d commit 19b4b6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/_static/favicon_logo.png

49.3 KB
Loading

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/favicon_logo.png"
9596
html_theme_options = {
9697
"logo_only": True,
9798
"display_version": False,

0 commit comments

Comments
 (0)