From 6419dad141f08c206d306017d080a0152d373a42 Mon Sep 17 00:00:00 2001 From: dilpath <59329744+dilpath@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:41:40 +0100 Subject: [PATCH] fix link --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 93865e8..e21a594 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx_rtd_theme" -# html_static_path = ['_static'] +html_static_path = ["standard"] html_logo = "logo/logo-wide.svg"