Skip to content

Commit 242487f

Browse files
authored
Merge pull request #53 from timhoffm/fix-icon
Fix link icon sizes
2 parents cc027ac + 98136b9 commit 242487f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mpl_sphinx_theme/mpl_icon_links.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{%- if not theme_icon_links -%}
22
{%- set theme_icon_links = [
3-
{ "url": "https://gitter.im/matplotlib", "icon": "fab fa-gitter", "name": "Gitter" },
4-
{ "url": "https://discourse.matplotlib.org", "icon": "fab fa-discourse", "name": "Discourse" },
5-
{ "url": "https://github.com/matplotlib/matplotlib", "icon": "fab fa-github", "name": "GitHub" },
6-
{ "url": "https://twitter.com/matplotlib/", "icon": "fab fa-twitter", "name": "Twitter" },
3+
{ "url": "https://gitter.im/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" },
77
] -%}
88
{%- endif -%}
99
{% extends "navbar-icon-links.html" %}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pydata-sphinx-theme>=0.10.0
1+
pydata-sphinx-theme>=0.11.0
22
matplotlib

0 commit comments

Comments
 (0)