Add favicon path (#4331)

This commit is contained in:
Akihiro Nitta 2020-10-24 20:02:06 +09:00 committed by GitHub
parent 66704e685d
commit 207ff728c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ html_theme_options = {
html_logo = '_images/logos/lightning_logo-name.svg'
html_favicon = '_images/logos/lightning_icon.svg'
# 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".