diff --git a/docs/_static/.DS_Store b/docs/_static/.DS_Store new file mode 100644 index 0000000..ebdd677 Binary files /dev/null and b/docs/_static/.DS_Store differ diff --git a/docs/_static/images/.DS_Store b/docs/_static/images/.DS_Store new file mode 100644 index 0000000..b51e8ee Binary files /dev/null and b/docs/_static/images/.DS_Store differ diff --git a/docs/_static/images/cryptomite_logo_blur.png b/docs/_static/images/cryptomite_logo_blur.png new file mode 100644 index 0000000..23fec66 Binary files /dev/null and b/docs/_static/images/cryptomite_logo_blur.png differ diff --git a/docs/_static/images/cryptomite_logo_full_blur.png b/docs/_static/images/cryptomite_logo_full_blur.png new file mode 100644 index 0000000..3a3ee2b Binary files /dev/null and b/docs/_static/images/cryptomite_logo_full_blur.png differ diff --git a/docs/_static/images/favicon.png b/docs/_static/images/favicon.png new file mode 100644 index 0000000..2e9c66e Binary files /dev/null and b/docs/_static/images/favicon.png differ diff --git a/docs/conf.py b/docs/conf.py index c271b07..66d96e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -html_logo = '_static/figures/cryptomite_logo_temp.png' -html_favicon = '_static/images/favicon.ico' +html_logo = '_static/images/cryptomite_logo_blur.png' +html_favicon = '_static/images/favicon.png' numfig = True diff --git a/docs/figures/cryptomite_logo_temp.png b/docs/figures/cryptomite_logo_temp.png deleted file mode 100644 index 4de870b..0000000 Binary files a/docs/figures/cryptomite_logo_temp.png and /dev/null differ