diff options
| author | 2024-01-28 17:41:11 +0800 | |
|---|---|---|
| committer | 2024-01-28 17:41:11 +0800 | |
| commit | 833b3476e8c7905c12949acfc204a54dddf7e42c (patch) | |
| tree | 40e92cea9b601ea74a985ff30c5ada467b43178e | |
| parent | 900ac8573d2dcd0cda1a9fad23ac938783f61b0b (diff) | |
| download | infini-833b3476e8c7905c12949acfc204a54dddf7e42c.tar.gz infini-833b3476e8c7905c12949acfc204a54dddf7e42c.zip | |
revert(docs): revert html favicon
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index ff94d40e..8ce56661 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,7 +70,7 @@ html_static_path = ["../_static"] 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", |
