Skip to content

Commit

Permalink
馃帹馃摑 Actually use the favicon in Sphinx (#2177)
Browse files Browse the repository at this point in the history
* 馃帹馃摑 Actually use the favicon in Sphinx

* Add a change note for PR #2177
  • Loading branch information
webknjaz committed Aug 27, 2021
1 parent 0d6c2a7 commit 5657a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changelog/2177.doc.rst
@@ -0,0 +1,3 @@
Enabled the use of the favicon in the Sphinx docs first
introduced in :pull:`764` but not integrated fully
-- :user:`webknjaz`
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -81,6 +81,7 @@ def generate_draft_news():
html_sidebars = {
"**": ["about.html", "localtoc.html", "relations.html", "searchbox.html", "donate.html"],
}
html_favicon = "_static/img/toxfavi.ico"
html_show_sourcelink = False
html_static_path = ["_static"]
htmlhelp_basename = "{}doc".format(project)
Expand Down

0 comments on commit 5657a14

Please sign in to comment.