[doc] config: Add LG logo and favicon

This commit is contained in:
Jonathan Rubenstein 2021-05-04 05:20:24 -04:00 committed by Geoffrey McRae
parent 02d6fd5133
commit 83f060b895

View File

@ -51,6 +51,10 @@ master_doc = 'index'
#
html_theme = 'alabaster'
html_logo = '../resources/icon-128x128.png'
html_favicon = '../resources/icon.ico'
# 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".