We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2041d5f + 3cda226 commit 63bac41Copy full SHA for 63bac41
mpl_sphinx_theme/mpl_icon_links.html
@@ -1,6 +1,6 @@
1
{%- if not theme_icon_links -%}
2
{%- set theme_icon_links = [
3
- { "url": "https://gitter.im/matplotlib", "icon": "fa-brands fa-gitter", "name": "Gitter" },
+ { "url": "https://gitter.im/matplotlib/matplotlib", "icon": "fa-brands fa-gitter", "name": "Gitter" },
4
{ "url": "https://discourse.matplotlib.org", "icon": "fa-brands fa-discourse", "name": "Discourse" },
5
{ "url": "https://github.com/matplotlib/matplotlib", "icon": "fa-brands fa-github", "name": "GitHub" },
6
{ "url": "https://twitter.com/matplotlib/", "icon": "fa-brands fa-twitter", "name": "Twitter" },
0 commit comments