From 0a6c7b2dfe606ecf5fea3fd93f93e97080b34951 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 16:39:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a36009e37b..c08ed8d095 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +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_favicon = "_static/img/toxfavi.ico" html_show_sourcelink = False html_static_path = ["_static"] htmlhelp_basename = "{}doc".format(project)