diff --git a/docs/conf.py b/docs/conf.py index ad219b8..a45de34 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,6 +59,14 @@ "github_repo": "VirtualiZarr", "github_version": "main", "doc_path": "docs", + "icon_links": [ + { + "name": "GitHub", + "url": "https://github.com/zarr-developers/VirtualiZarr", + "icon": "fa-brands fa-square-github", + "type": "fontawesome", + }, + ] } html_title = "VirtualiZarr"