From: Bastian Germann <bage@debian.org>
Date: Sat, 30 Oct 2021 10:51:22 +0200
Subject: Prevent docs build warnings
Forwarded: not-needed
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -156,7 +156,7 @@
 # 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"]
+html_static_path = []
 html_theme_options = {
     "light_logo": "sidebar-logo-dark.svg",
     "dark_logo": "sidebar-logo-light.svg",
