Skip to content

Commit 93982e5

Browse files
committed
DOC: move favicon.ico to root
1 parent f8b0a1b commit 93982e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ repos:
142142
always_run: true
143143
exclude: >
144144
(?x)^(
145-
docs/_static/favicon.ico
145+
docs/favicon.ico
146146
)$
147147
148148
- repo: https://github.com/ComPWA/pyright-pre-commit

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
html_css_files = [
8484
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css",
8585
]
86-
html_favicon = "_static/favicon.ico"
86+
html_extra_path = ["favicon.ico"]
87+
html_favicon = "favicon.ico"
8788
html_js_files = [
8889
"https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js",
8990
"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js",
File renamed without changes.

0 commit comments

Comments
 (0)