From b472a881203f5b36ed46f5b6e3f014525cec5d6f Mon Sep 17 00:00:00 2001 From: Dao Cong Tien Date: Thu, 5 Jul 2018 10:39:18 +0700 Subject: [PATCH] Activate html_static_path config option This config option is disbaled causes some static links cannot be found (error 404). Eg. The link to sample file in: https://docs.openstack.org/monasca-api/latest/configuration/sample.html Change-Id: Ifb0f11b47d8d7b2a842cf4b717be0c6606f9535d --- 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 2b5a1a72f..45c330e44 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -128,7 +128,7 @@ html_theme = 'openstackdocs' # 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 = [] +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