Skip to content

Commit 5657a14

Browse files
authored
🎨📝 Actually use the favicon in Sphinx (#2177)
* 🎨📝 Actually use the favicon in Sphinx * Add a change note for PR #2177
1 parent 0d6c2a7 commit 5657a14

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/changelog/2177.doc.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Enabled the use of the favicon in the Sphinx docs first
2+
introduced in :pull:`764` but not integrated fully
3+
-- :user:`webknjaz`

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def generate_draft_news():
8181
html_sidebars = {
8282
"**": ["about.html", "localtoc.html", "relations.html", "searchbox.html", "donate.html"],
8383
}
84+
html_favicon = "_static/img/toxfavi.ico"
8485
html_show_sourcelink = False
8586
html_static_path = ["_static"]
8687
htmlhelp_basename = "{}doc".format(project)

0 commit comments

Comments
 (0)