We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d0726 commit 1117ae8Copy full SHA for 1117ae8
docs/conf.py
@@ -61,6 +61,12 @@
61
"navbar_links": "absolute",
62
}
63
64
+html_sidebars = {
65
+ "index": [
66
+ "donate_sidebar.html",
67
+ ],
68
+}
69
+
70
# Add any paths that contain custom static files (such as style sheets) here,
71
# relative to this directory. They are copied after the builtin static files,
72
# so a file named "default.css" will overwrite the builtin "default.css".
mpl_sphinx_theme/donate_sidebar.html
@@ -1,8 +1,5 @@
1
-
2
3
4
<div class="sidebar-donate">
5
- <a href="https://numfocus.org/donate-to-matplotlib" target="_blank">
6
- <span class="mpl-button" >Support Matplotlib</span>
7
- </a>
8
-</div>
+ <a class="sd-btn sd-btn-primary sd-fs-5 sd-px-5 sd-py-2" href="https://numfocus.org/donate-to-matplotlib" target="_blank">
+ Support Matplotlib
+ </a>
+ </div>
0 commit comments