From ff2477a7091240f120a632cd3cc0aaee4bed0761 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer@who-t.net>
Date: Mon, 23 Aug 2021 16:07:40 +1000
Subject: [PATCH] doc: renove the _static path for sphinx

We don't use static pages so let's get rid of the associated warning

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
 doc/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4fd3309..cc4d4e7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -132,7 +132,7 @@ html_theme = 'sphinx_rtd_theme'
 # 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 = []
 
 # Add any extra paths that contain custom files (such as robots.txt or
 # .htaccess) here, relative to this directory. These files are copied
-- 
GitLab