From 55d4093413a0d22a3de5d06b423729be51929ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Fri, 21 Aug 2026 17:43:59 +0200 Subject: [PATCH] Fix Sphinx build after removing obsolete static assets --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e0b848a..982edba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -132,7 +132,6 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.