From 3b0a5893f065a03ba42441a00db5f4962f1a1048 Mon Sep 17 00:00:00 2001 From: Peter Chang Date: Thu, 4 May 2023 14:42:29 +0100 Subject: [PATCH] Correct manual's path to favicon --- manual/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/source/conf.py b/manual/source/conf.py index b6f2d46044..4bd57ced63 100644 --- a/manual/source/conf.py +++ b/manual/source/conf.py @@ -91,7 +91,7 @@ # 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. -html_favicon = "favicon.ico" +html_favicon = "_static/favicon.ico" # Output file base name for HTML help builder. htmlhelp_basename = 'NeXusManualdoc'