From 9c141d7db2ee8ac5e2c9d43a71054b7f45ab972d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 9 Jun 2020 11:41:46 +0200 Subject: [PATCH] Drop undefined doc config path html_static_path doesn't exist and the following warning is present in logs: ``` WARNING: html_static_path entry '_static' does not exist ``` These changes drop this config. Change-Id: I5ca35d1658c8734dd74d1c4dd16a8516f16c39b6 --- 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 b1b610b70e..d04763b45c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -139,7 +139,7 @@ openstackdocs_bug_tag = '' # 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 = ['_static'] # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities.