diff options
| author | 2024-02-24 21:54:25 +0800 | |
|---|---|---|
| committer | 2024-02-24 21:54:25 +0800 | |
| commit | 6f2be12fb7d5083388ba5b44034b8196111ff2f8 (patch) | |
| tree | e24847d3d080ef3326b2cbd348f0fab80db0aba7 /docs/source/conf.py | |
| parent | 7d9ae7613aa7f0713be61a5734cf8ac94b966b1a (diff) | |
| parent | 4ca59a3a40ce894cd0a0bf958c7c870412ada397 (diff) | |
| download | infini-6f2be12fb7d5083388ba5b44034b8196111ff2f8.tar.gz infini-6f2be12fb7d5083388ba5b44034b8196111ff2f8.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/infiniv2.0.5
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 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", |
