From 7fd449c6cf3f8549509479ebd6b287da8df4b3b5 Mon Sep 17 00:00:00 2001 From: ptresson <paul.tresson@ird.fr> Date: Mon, 28 Oct 2024 10:25:59 +0100 Subject: [PATCH] update favicon in docs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c1ee3fc..6e682b5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,5 +37,5 @@ source_suffix = { html_theme = 'pydata_sphinx_theme' html_static_path = ['_static'] -html_favicon = "./../../icons/encoder.svg" +html_favicon = "./../../icons/favicon.svg" -- GitLab