Fix Sphinx build warning. (#1055)

Removes 'WARNING: html_static_path entry [...] does not exist'.
master
Michael Grupp 2018-04-12 16:33:38 +02:00 committed by Wally B. Feed
parent d2f29d04b9
commit b5e5477f75
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ html_theme = 'default'
# 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 = []
# Add any extra paths that contain custom files (such as robots.txt or # Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied # .htaccess) here, relative to this directory. These files are copied