|
19 | 19 | "sphinx_paramlinks",
|
20 | 20 | "sphinx_panels",
|
21 | 21 | "nbsphinx",
|
| 22 | + "IPython.sphinxext.ipython_console_highlighting", |
22 | 23 | ]
|
23 | 24 | source_suffix = [".rst", ".md"]
|
24 | 25 | html_theme = "pydata_sphinx_theme"
|
|
35 | 36 | "link": "/index",
|
36 | 37 | "alt_text": "Blosc",
|
37 | 38 | },
|
| 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 | + ], |
38 | 56 | "external_links": [
|
39 | 57 | {"name": "C-Blosc2", "url": "/c-blosc2/c-blosc2.html"},
|
40 | 58 | {"name": "Python-Blosc2", "url": "/python-blosc2/"},
|
41 | 59 | {"name": "Donate to Blosc", "url": "/pages/donate/"},
|
42 | 60 | ],
|
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", |
46 | 61 | }
|
47 | 62 |
|
| 63 | +exclude_patterns = ["_build", ".DS_Store", "**.ipynb_checkpoints"] |
| 64 | + |
48 | 65 | html_show_sourcelink = False
|
49 | 66 |
|
50 | 67 | autosummary_generate_overwrite = False
|
|
0 commit comments