Merge "Drop undefined doc config path"

This commit is contained in:
Zuul 2020-07-03 10:20:52 +00:00 committed by Gerrit Code Review
commit 8ef38cd0bb
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ openstackdocs_bug_tag = ''
# 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.