There are no custom static files, so don't specify a static path.

This commit is contained in:
A.J. Beamon 2019-05-22 13:46:58 -07:00
parent e9b1dfeff1
commit ab96a44a1c
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ html_title = 'FoundationDB ' + version
# 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 = [sys.prefix + '/_static']
#html_static_path = [sys.prefix + '/_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.