Fix custom css file not being included

This commit is contained in:
Kovid Goyal 2020-11-24 13:17:27 +05:30
parent a4c89efcb0
commit 5a96856d68
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -148,6 +148,7 @@ html_favicon = '../icons/favicon.ico'
# relative to this directory. They are copied after the built-in static files,
# so a file named "default.css" will overwrite the built-in "default.css".
html_static_path = ['resources', '../icons/favicon.ico']
html_css_files = ['custom.css']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.