From cf03991d0423ef9ee2f81b476a9c30816466056b Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Thu, 26 Jun 2025 17:09:44 -0400 Subject: [PATCH] Force logo to exist See #2559 --- Web/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Web/conf.py b/Web/conf.py index c6b46a83..56ea686d 100644 --- a/Web/conf.py +++ b/Web/conf.py @@ -263,6 +263,8 @@ edit_on_github_path_prefix = 'Web' # of the sidebar. html_logo = "_static/CoolPropLogo.png" +assert(Path(html_logo).exists()) + # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large.