Skip to content

Commit

Permalink
Add links to mastodon and bluesky accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 16, 2024
1 parent d0b5a78 commit 486e67d
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"sphinx_paramlinks",
"sphinx_panels",
"nbsphinx",
"IPython.sphinxext.ipython_console_highlighting",
]
source_suffix = [".rst", ".md"]
html_theme = "pydata_sphinx_theme"
Expand All @@ -35,16 +36,32 @@
"link": "/index",
"alt_text": "Blosc",
},
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/Blosc/python-blosc2",
"icon": "fab fa-github-square",
},
{
"name": "Mastodon",
"url": "https://fosstodon.org/@Blosc2",
"icon": "fab fa-mastodon",
},
{
"name": "Bluesky",
"url": "https://bsky.app/profile/blosc.org",
"icon": "fas fa-cloud-sun",
},
],
"external_links": [
{"name": "C-Blosc2", "url": "/c-blosc2/c-blosc2.html"},
{"name": "Python-Blosc2", "url": "/python-blosc2/"},
{"name": "Donate to Blosc", "url": "/pages/donate/"},
],
"github_url": "https://github.com/Blosc/python-blosc2",
"mastodon_url": "https://fosstodon.org/@Blosc2",
"bluesky_url": "https://bsky.app/profile/blosc.org",
}

exclude_patterns = ["_build", ".DS_Store", "**.ipynb_checkpoints"]

html_show_sourcelink = False

autosummary_generate_overwrite = False
Expand Down

0 comments on commit 486e67d

Please sign in to comment.