From 62a65ecc7ab8f87165af9b266562a4e1e467f865 Mon Sep 17 00:00:00 2001 From: Dao Cong Tien Date: Tue, 3 Jul 2018 13:55:48 +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 policy file in: https://docs.openstack.org/barbican/latest/sample_policy.html Change-Id: I43b146d9bd7cfc4329b76a44427961aaec456985 --- 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 ea2fc4653..4034bb57c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -78,7 +78,7 @@ pygments_style = 'sphinx' # html_theme_path = ["."] # html_theme = '_theme' html_theme = 'openstackdocs' -# html_static_path = ['static'] +html_static_path = ['_static'] html_theme_options = {} # Output file base name for HTML help builder.