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
This commit is contained in:
Dao Cong Tien 2018-07-03 13:55:48 +07:00
parent 5dea5cec13
commit 62a65ecc7a
1 changed files with 1 additions and 1 deletions

View File

@ -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.