diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_static/logo.png | bin | 0 -> 41751 bytes | |||
| -rw-r--r-- | docs/_static/logo_badge.png | bin | 0 -> 18611 bytes | |||
| -rw-r--r-- | docs/conf.py | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/_static/logo.png b/docs/_static/logo.png Binary files differnew file mode 100644 index 00000000..3667dcf6 --- /dev/null +++ b/docs/_static/logo.png diff --git a/docs/_static/logo_badge.png b/docs/_static/logo_badge.png Binary files differnew file mode 100644 index 00000000..de2ea153 --- /dev/null +++ b/docs/_static/logo_badge.png 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", |
