Skip to content

Commit

Permalink
Try fixed-width social icons on website (mne-tools#12565)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
cbrnr and pre-commit-ci[bot] authored Apr 23, 2024
1 parent 55cba82 commit 9262ae4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,38 +828,38 @@ def append_attr_meth_examples(app, what, name, obj, options, lines):
html_theme_options = {
"icon_links": [
dict(
name="GitHub",
url="https://github.com/mne-tools/mne-python",
icon="fa-brands fa-square-github",
name="Discord",
url="https://discord.gg/rKfvxTuATa",
icon="fa-brands fa-discord fa-fw",
),
dict(
name="Mastodon",
url="https://fosstodon.org/@mne",
icon="fa-brands fa-mastodon",
icon="fa-brands fa-mastodon fa-fw",
attributes=dict(rel="me"),
),
dict(
name="Twitter",
url="https://twitter.com/mne_python",
icon="fa-brands fa-square-twitter",
),
dict(
name="Forum",
url="https://mne.discourse.group/",
icon="fa-brands fa-discourse",
icon="fa-brands fa-discourse fa-fw",
),
dict(
name="Discord",
url="https://discord.gg/rKfvxTuATa",
icon="fa-brands fa-discord",
name="GitHub",
url="https://github.com/mne-tools/mne-python",
icon="fa-brands fa-square-github fa-fw",
),
],
"icon_links_label": "External Links", # for screen reader
"use_edit_page_button": False,
"navigation_with_keys": False,
"show_toc_level": 1,
"article_header_start": [], # disable breadcrumbs
"navbar_end": ["theme-switcher", "version-switcher", "navbar-icon-links"],
"navbar_end": [
"theme-switcher",
"version-switcher",
"navbar-icon-links",
],
"navbar_persistent": ["search-button"],
"footer_start": ["copyright"],
"secondary_sidebar_items": ["page-toc", "edit-this-page"],
"analytics": dict(google_analytics_id="G-5TBCPCRB6X"),
Expand Down

0 comments on commit 9262ae4

Please sign in to comment.