aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-02 15:49:17 +0800
committerGitHub <noreply@github.com>2024-02-02 15:49:17 +0800
commit6a81b1b619546d362d1c655560b4fcbaac8ce8b3 (patch)
tree3cc5af56377f9d1d49d01e4acfc863e581a0eb36 /docs/source
parentb0160edcfc3ebde5a439aacb7f3414e38525ec4b (diff)
downloadinfini-6a81b1b619546d362d1c655560b4fcbaac8ce8b3.tar.gz
infini-6a81b1b619546d362d1c655560b4fcbaac8ce8b3.zip
chore(docs): remove docs site logo
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py4
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",