diff options
| author | 2024-02-02 15:49:17 +0800 | |
|---|---|---|
| committer | 2024-02-02 15:49:17 +0800 | |
| commit | 6a81b1b619546d362d1c655560b4fcbaac8ce8b3 (patch) | |
| tree | 3cc5af56377f9d1d49d01e4acfc863e581a0eb36 /docs | |
| parent | b0160edcfc3ebde5a439aacb7f3414e38525ec4b (diff) | |
| download | infini-6a81b1b619546d362d1c655560b4fcbaac8ce8b3.tar.gz infini-6a81b1b619546d362d1c655560b4fcbaac8ce8b3.zip | |
chore(docs): remove docs site logo
Diffstat (limited to 'docs')
| -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 319cfd92..9890225d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,10 +67,10 @@ gettext_uuid = True # optional. html_theme = "furo" html_static_path = ["../_static"] -html_logo = ( +_html_logo = ( "https://cdn.jsdelivr.net/gh/HydroRoll-Team/infini@master/docs/_static/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", |
