aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2024-10-30 23:08:19 +0100
committerJ08nY2024-10-30 23:08:32 +0100
commitf4c3b886f937f0902ec7be07e1ecd4aa870340e8 (patch)
tree91d6244dca643ba386644241dd0b130ee96039ff
parent2f7f89c0756f8be5237662a189b2a9f67ccaa5f3 (diff)
downloadsec-certs-f4c3b886f937f0902ec7be07e1ecd4aa870340e8.tar.gz
sec-certs-f4c3b886f937f0902ec7be07e1ecd4aa870340e8.tar.zst
sec-certs-f4c3b886f937f0902ec7be07e1ecd4aa870340e8.zip
Fix favicon.
-rw-r--r--docs/_static/favicon.pngbin0 -> 17151 bytes
-rw-r--r--docs/conf.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/favicon.png b/docs/_static/favicon.png
new file mode 100644
index 00000000..05f420f0
--- /dev/null
+++ b/docs/_static/favicon.png
Binary files differ
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",