Drop undefined doc config path
html_static_path doesn't exist and the following warning is present in logs: ``` WARNING: html_static_path entry '_static' does not exist ``` These changes drop this config. Change-Id: I5ca35d1658c8734dd74d1c4dd16a8516f16c39b6
This commit is contained in:
parent
52f6f13331
commit
9c141d7db2
@ -139,7 +139,7 @@ openstackdocs_bug_tag = ''
|
|||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# 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,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['_static']
|
#html_static_path = ['_static']
|
||||||
|
|
||||||
# If true, SmartyPants will be used to convert quotes and dashes to
|
# If true, SmartyPants will be used to convert quotes and dashes to
|
||||||
# typographically correct entities.
|
# typographically correct entities.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user