Skip to content

Commit

Permalink
DOC add logo in svg
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Sep 29, 2021
1 parent 8112ba4 commit 56eefdf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ doc/auto_examples/
doc/generated/
doc/references/generated/
doc/bibtex/auto

# MacOS
.DS_Store
5 changes: 0 additions & 5 deletions doc/_static/css/imbalanced-learn.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,3 @@
margin-bottom: 0rem;
color: #484848;
}

.navbar-brand img {
width: 0%;
height: 0%;
}
Binary file modified doc/_static/img/logo.xcf
Binary file not shown.
Binary file added doc/_static/img/logo_wide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/_templates/sidebar-search-bs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="navbar-brand-box">
<a class="navbar-brand text-wrap" href="{{ pathto('index') }}">
<a class="navbar-brand-box text-wrap" href="{{ pathto('index') }}">
{% if logo %}
<img
src="{{ pathto('_static/' + logo, 1) }}"
Expand Down
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,12 @@
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_wide.png"
html_style = "css/imbalanced-learn.css"
html_css_files = [
"css/imbalanced-learn.css",
]
html_sidebars = {
"contributing": ["sidebar-search-bs.html"],
"changelog": [],
}

Expand Down

0 comments on commit 56eefdf

Please sign in to comment.