aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2023-01-09 17:00:05 +0100
committerJ08nY2023-01-09 17:00:05 +0100
commit7fcfecda49bd0a7a0000f3272b3e89bacb8f76bf (patch)
tree2a9c9ebce253cb00c82265fe7612cadb6c9c9652
parent9955707e455900a0c197907fb2d73c8ec777e735 (diff)
downloadsec-certs-7fcfecda49bd0a7a0000f3272b3e89bacb8f76bf.tar.gz
sec-certs-7fcfecda49bd0a7a0000f3272b3e89bacb8f76bf.tar.zst
sec-certs-7fcfecda49bd0a7a0000f3272b3e89bacb8f76bf.zip
Move logos in docs to PNG.
The SVG logos get hideus fonts sometimes.
-rw-r--r--README.md2
-rw-r--r--docs/_static/logo.pngbin0 -> 41751 bytes
-rw-r--r--docs/_static/logo_badge.pngbin0 -> 18611 bytes
-rw-r--r--docs/conf.py4
4 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7a6a0ffa..e9943c13 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Sec-certs
-![](docs/_static/logo.svg)
+![](docs/_static/logo.png)
A tool for data scraping and analysis of security certificates from Common Criteria and FIPS 140-2/3 frameworks. This project is developed by the [Centre for Research On Cryptography and Security](https://crocs.fi.muni.cz) at Masaryk University, Czech Republic.
diff --git a/docs/_static/logo.png b/docs/_static/logo.png
new file mode 100644
index 00000000..3667dcf6
--- /dev/null
+++ b/docs/_static/logo.png
Binary files differ
diff --git a/docs/_static/logo_badge.png b/docs/_static/logo_badge.png
new file mode 100644
index 00000000..de2ea153
--- /dev/null
+++ b/docs/_static/logo_badge.png
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index 996e8521..709afab6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -59,8 +59,8 @@ html_theme = "sphinx_book_theme"
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
-html_logo = "_static/logo.svg"
-html_favicon = "_static/logo_badge.svg"
+html_logo = "_static/logo.png"
+html_favicon = "_static/logo_badge.png"
html_theme_options = {
"repository_url": "https://anonymous.4open.science/r/sec-certs-7A92",