There are no custom static files, so don't specify a static path.
This commit is contained in:
parent
e9b1dfeff1
commit
ab96a44a1c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue