@@ -780,7 +780,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
780780html_theme_options = {
781781 "icon_links" : [
782782 dict (
783- name = "Discord" ,
783+ name = "Discord (office hours) " ,
784784 url = "https://discord.gg/rKfvxTuATa" ,
785785 icon = "fa-brands fa-discord fa-fw" ,
786786 ),
@@ -791,14 +791,24 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
791791 attributes = dict (rel = "me" ),
792792 ),
793793 dict (
794- name = "Forum" ,
794+ name = "Q&A Forum" ,
795795 url = "https://mne.discourse.group/" ,
796796 icon = "fa-brands fa-discourse fa-fw" ,
797797 ),
798798 dict (
799- name = "GitHub " ,
799+ name = "Code Repository " ,
800800 url = "https://github.com/mne-tools/mne-python" ,
801- icon = "fa-brands fa-square-github fa-fw" ,
801+ icon = "fa-brands fa-github fa-fw" ,
802+ ),
803+ dict (
804+ name = "Sponsor us on GitHub" ,
805+ url = "https://github.com/sponsors/mne-tools" ,
806+ icon = "fa-regular fa-heart fa-fw" ,
807+ ),
808+ dict (
809+ name = "Donate via OpenCollective" ,
810+ url = "https://opencollective.com/mne-python" ,
811+ icon = "fa-custom fa-opencollective fa-fw" ,
802812 ),
803813 ],
804814 "icon_links_label" : "External Links" , # for screen reader
@@ -840,6 +850,9 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
840850html_css_files = [
841851 "style.css" ,
842852]
853+ html_js_files = [
854+ ("js/custom-icons.js" , {"defer" : "defer" }),
855+ ]
843856
844857# Add any extra paths that contain custom files (such as robots.txt or
845858# .htaccess) here, relative to this directory. These files are copied
0 commit comments