Skip to content

Commit 389c8e8

Browse files
committed
added favicon
1 parent b62be5f commit 389c8e8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_static/favicon.png

70.5 KB
Loading

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3636

3737
html_theme = "furo"
38-
# html_static_path = ["_static"]
38+
html_static_path = ["_static"]
39+
html_favicon = "_static/favicon.png"
3940

4041
# Furo theme options
4142
html_theme_options = {

0 commit comments

Comments
 (0)