diff --git a/README.rst b/README.rst index f75de926..f6bf7be0 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,8 @@ :target: https://github.com/psf/black :alt: Black +.. image:: https://raw.githubusercontent.com/skops-dev/skops/main/doc/images/logo.png + :target: https://skops.readthedocs.io/en/latest/ SKOPS ===== diff --git a/docs/conf.py b/docs/conf.py index 9dc70644..7ee94f3c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,3 +65,8 @@ # 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 = "images/logo.png" +html_theme_options = { + "logo_only": True, +} diff --git a/docs/images/logo.png b/docs/images/logo.png new file mode 100644 index 00000000..e278ffc7 Binary files /dev/null and b/docs/images/logo.png differ