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:
parent
5dea5cec13
commit
62a65ecc7a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user