diff options
| author | J08nY | 2024-10-30 23:08:19 +0100 |
|---|---|---|
| committer | J08nY | 2024-10-30 23:08:32 +0100 |
| commit | f4c3b886f937f0902ec7be07e1ecd4aa870340e8 (patch) | |
| tree | 91d6244dca643ba386644241dd0b130ee96039ff | |
| parent | 2f7f89c0756f8be5237662a189b2a9f67ccaa5f3 (diff) | |
| download | sec-certs-f4c3b886f937f0902ec7be07e1ecd4aa870340e8.tar.gz sec-certs-f4c3b886f937f0902ec7be07e1ecd4aa870340e8.tar.zst sec-certs-f4c3b886f937f0902ec7be07e1ecd4aa870340e8.zip | |
Fix favicon.
| -rw-r--r-- | docs/_static/favicon.png | bin | 0 -> 17151 bytes | |||
| -rw-r--r-- | docs/conf.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/favicon.png b/docs/_static/favicon.png Binary files differnew file mode 100644 index 00000000..05f420f0 --- /dev/null +++ b/docs/_static/favicon.png diff --git a/docs/conf.py b/docs/conf.py index 29484b85..ecfc0e7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ html_theme = "sphinx_book_theme" html_static_path = ["_static"] html_logo = "_static/logo.png" -html_favicon = "_static/logo_badge.png" +html_favicon = "_static/favicon.png" html_theme_options = { "repository_url": "https://github.com/crocs-muni/sec-certs", |
