File tree 6 files changed +5
-8
lines changed
6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -123,3 +123,6 @@ doc/auto_examples/
123
123
doc /generated /
124
124
doc /references /generated /
125
125
doc /bibtex /auto
126
+
127
+ # MacOS
128
+ .DS_Store
Original file line number Diff line number Diff line change 57
57
margin-bottom : 0rem ;
58
58
color : # 484848 ;
59
59
}
60
-
61
- .navbar-brand img {
62
- width : 0% ;
63
- height : 0% ;
64
- }
Original file line number Diff line number Diff line change 1
1
< 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') }} ">
3
3
{% if logo %}
4
4
< img
5
5
src ="{{ pathto('_static/' + logo, 1) }} "
Original file line number Diff line number Diff line change 92
92
html_theme = "pydata_sphinx_theme"
93
93
html_title = f"Version { version } "
94
94
html_favicon = "_static/img/favicon.ico"
95
- html_logo = "_static/img/logo .png"
95
+ html_logo = "_static/img/logo_wide .png"
96
96
html_style = "css/imbalanced-learn.css"
97
97
html_css_files = [
98
98
"css/imbalanced-learn.css" ,
99
99
]
100
100
html_sidebars = {
101
- "contributing" : ["sidebar-search-bs.html" ],
102
101
"changelog" : [],
103
102
}
104
103
You can’t perform that action at this time.
0 commit comments