From a5589822333e9272f1ef12196d089702d2cec413 Mon Sep 17 00:00:00 2001 From: DeepaJon Date: Wed, 5 Apr 2017 16:37:25 +0530 Subject: [PATCH] Remove html_static_path from doc The html_static_path setting in conf.py was forgotten in the patch, which caused a warning when building docs. WARNING:html_static_path entry u'/home/devstack/freezer/doc/source/ _static' does not exist. This patch comments out the setting from conf.py to prevent the warning. Change-Id: I8e90e3283544dceefa9e2c9b0402488b8db48a02 --- 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 fb0e68a0..ca9ed0d9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -129,7 +129,7 @@ html_theme = 'default' # 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'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied