From 9fd478dd48de1c3cd22e62d99d0227a4be94ffdd Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 8 Oct 2023 13:40:28 -0400 Subject: [PATCH] Update Documentation/docs/conf.py Co-authored-by: Jean-Christophe Fillion-Robin --- Documentation/docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/docs/conf.py b/Documentation/docs/conf.py index 2d588823a34..4223eb7e50c 100644 --- a/Documentation/docs/conf.py +++ b/Documentation/docs/conf.py @@ -34,7 +34,6 @@ html_theme = 'furo' html_static_path = ['_static'] -# html_logo = "_static/itk-logo.svg" html_logo = "_static/itk-logo-low-res.png" html_favicon = "_static/icon/favicon.ico" html_title = f"{project} documentation"