Skip to content

Commit 56eefdf

Browse files
committed
DOC add logo in svg
1 parent 8112ba4 commit 56eefdf

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,6 @@ doc/auto_examples/
123123
doc/generated/
124124
doc/references/generated/
125125
doc/bibtex/auto
126+
127+
# MacOS
128+
.DS_Store

doc/_static/css/imbalanced-learn.css

-5
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,3 @@
5757
margin-bottom: 0rem;
5858
color: #484848;
5959
}
60-
61-
.navbar-brand img {
62-
width: 0%;
63-
height: 0%;
64-
}

doc/_static/img/logo.xcf

-210 KB
Binary file not shown.

doc/_static/img/logo_wide.png

23.4 KB
Loading

doc/_templates/sidebar-search-bs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="navbar-brand-box">
2-
<a class="navbar-brand text-wrap" href="{{ pathto('index') }}">
2+
<a class="navbar-brand-box text-wrap" href="{{ pathto('index') }}">
33
{% if logo %}
44
<img
55
src="{{ pathto('_static/' + logo, 1) }}"

doc/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,12 @@
9292
html_theme = "pydata_sphinx_theme"
9393
html_title = f"Version {version}"
9494
html_favicon = "_static/img/favicon.ico"
95-
html_logo = "_static/img/logo.png"
95+
html_logo = "_static/img/logo_wide.png"
9696
html_style = "css/imbalanced-learn.css"
9797
html_css_files = [
9898
"css/imbalanced-learn.css",
9999
]
100100
html_sidebars = {
101-
"contributing": ["sidebar-search-bs.html"],
102101
"changelog": [],
103102
}
104103

0 commit comments

Comments
 (0)