Comment html_static_path entry in docs conf.py

Currently with sphinx 2.2.0 the docs job is throwing a warning
that the html_static_path entry does not exist. We treat warnings
as errors so this causes the job to fail.

This change comments the html_static_path entry in conf.py since
the path currently does not exist so it appears to be unused.

Change-Id: Ib2c74f4f37855cec250d09b23c45b5b7fde44c8d
This commit is contained in:
Gage Hugo 2019-08-21 16:23:41 -05:00
parent 90c6872615
commit 0a65b14207
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,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 = ['_static']
#html_static_path = ['_static']
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.