From 25df7d36601ffeeda6dde400803622a7f2821596 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 17 Apr 2020 13:36:25 -0700 Subject: [PATCH] Update conf.py to use new favicon image --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 26e96909..6b8c539f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -132,7 +132,7 @@ html_theme_path = ["_themes", ] # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # -html_favicon = "manual.ico" +html_favicon = "favicon.ico" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,