From 2fb8615360420805430c9f460a31b740e4ae5fe8 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Wed, 17 Jun 2026 08:43:32 +0200 Subject: [PATCH] DOCS: there is no `_static` folder --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 903be1c9..e647a9e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,6 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] version = get_versions()["version"] release = version