This commit is contained in:
Tony031218
2021-01-26 23:06:29 +08:00
parent 4aa6be6e55
commit a47b7c6bae
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ pygments_style = 'default'
html_static_path = ["_static"]
html_css_files = ["custom.css", "colors.css"]
html_theme = 'furo' # pip install furo==2020.10.5b9
# html_favicon = '../../logo/graph.png'
html_favicon = '_static/icon.png'
html_logo = '../../logo/transparent_graph.png'
html_theme_options = {
"sidebar_hide_name": True,