Skip to content

Commit 486e67d

Browse files
committed
Add links to mastodon and bluesky accounts
1 parent d0b5a78 commit 486e67d

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

Diff for: doc/conf.py

+20-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"sphinx_paramlinks",
2020
"sphinx_panels",
2121
"nbsphinx",
22+
"IPython.sphinxext.ipython_console_highlighting",
2223
]
2324
source_suffix = [".rst", ".md"]
2425
html_theme = "pydata_sphinx_theme"
@@ -35,16 +36,32 @@
3536
"link": "/index",
3637
"alt_text": "Blosc",
3738
},
39+
"icon_links": [
40+
{
41+
"name": "GitHub",
42+
"url": "https://github.com/Blosc/python-blosc2",
43+
"icon": "fab fa-github-square",
44+
},
45+
{
46+
"name": "Mastodon",
47+
"url": "https://fosstodon.org/@Blosc2",
48+
"icon": "fab fa-mastodon",
49+
},
50+
{
51+
"name": "Bluesky",
52+
"url": "https://bsky.app/profile/blosc.org",
53+
"icon": "fas fa-cloud-sun",
54+
},
55+
],
3856
"external_links": [
3957
{"name": "C-Blosc2", "url": "/c-blosc2/c-blosc2.html"},
4058
{"name": "Python-Blosc2", "url": "/python-blosc2/"},
4159
{"name": "Donate to Blosc", "url": "/pages/donate/"},
4260
],
43-
"github_url": "https://github.com/Blosc/python-blosc2",
44-
"mastodon_url": "https://fosstodon.org/@Blosc2",
45-
"bluesky_url": "https://bsky.app/profile/blosc.org",
4661
}
4762

63+
exclude_patterns = ["_build", ".DS_Store", "**.ipynb_checkpoints"]
64+
4865
html_show_sourcelink = False
4966

5067
autosummary_generate_overwrite = False

0 commit comments

Comments
 (0)