diff options
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 0feaab8..59b2bea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,10 +71,10 @@ gettext_uuid = True # optional. html_theme = "furo" html_static_path = ["../_static"] -_html_logo = ( +html_logo = ( "https://files.hydroroll.team/hotlink-ok/files/image/logo.png" ) -html_favicon = _html_logo +html_favicon = html_logo html_css_files = [ "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css", |
