diff --git a/.gitignore b/.gitignore index 54a92879a..bd6f86f7e 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,6 @@ doc/auto_examples/ doc/generated/ doc/references/generated/ doc/bibtex/auto + +# MacOS +.DS_Store diff --git a/doc/_static/css/imbalanced-learn.css b/doc/_static/css/imbalanced-learn.css index bf5ba1a15..674e063c0 100644 --- a/doc/_static/css/imbalanced-learn.css +++ b/doc/_static/css/imbalanced-learn.css @@ -59,6 +59,6 @@ } .navbar-brand img { - width: 0%; - height: 0%; + width: 100%; + height: 100%; } diff --git a/doc/_static/img/logo.svg b/doc/_static/img/logo.svg new file mode 100644 index 000000000..d3f76adc3 --- /dev/null +++ b/doc/_static/img/logo.svg @@ -0,0 +1,666 @@ + + + + + + + + + + diff --git a/doc/conf.py b/doc/conf.py index 2adf3ebb1..7b87ca9fe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -92,7 +92,7 @@ html_theme = "pydata_sphinx_theme" html_title = f"Version {version}" html_favicon = "_static/img/favicon.ico" -html_logo = "_static/img/logo.png" +html_logo = "_static/img/logo.svg" html_style = "css/imbalanced-learn.css" html_css_files = [ "css/imbalanced-learn.css",