[elbe-devel] [PATCH v2 1/9] docs: sphinx: avoid warning about missing _static directory

Thomas Weißschuh thomas.weissschuh at linutronix.de
Tue Apr 9 13:11:30 CEST 2024


Avoids the following warning from sphinx:

    WARNING: html_static_path entry '_static' does not exist

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 3a1bb0acf6df..a71aa7a5b904 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -98,7 +98,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 = []
 
 
 # -- Options for HTMLHelp output ------------------------------------------

-- 
2.44.0



More information about the elbe-devel mailing list