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:
Hervé Beraud 2020-06-09 11:41:46 +02:00
parent 52f6f13331
commit 9c141d7db2
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.