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
This commit is contained in:
Dao Cong Tien 2018-07-05 10:39:18 +07:00
parent 30658b8663
commit b472a88120
1 changed files with 1 additions and 1 deletions

View File

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