File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -123,3 +123,6 @@ doc/auto_examples/
123123doc /generated /
124124doc /references /generated /
125125doc /bibtex /auto
126+
127+ # MacOS
128+ .DS_Store
Original file line number Diff line number Diff line change 5757 margin-bottom : 0rem ;
5858 color : # 484848 ;
5959}
60-
61- .navbar-brand img {
62- width : 0% ;
63- height : 0% ;
64- }
Original file line number Diff line number Diff line change 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) }} "
Original file line number Diff line number Diff line change 9292html_theme = "pydata_sphinx_theme"
9393html_title = f"Version { version } "
9494html_favicon = "_static/img/favicon.ico"
95- html_logo = "_static/img/logo .png"
95+ html_logo = "_static/img/logo_wide .png"
9696html_style = "css/imbalanced-learn.css"
9797html_css_files = [
9898 "css/imbalanced-learn.css" ,
9999]
100100html_sidebars = {
101- "contributing" : ["sidebar-search-bs.html" ],
102101 "changelog" : [],
103102}
104103
You can’t perform that action at this time.
0 commit comments