diff --git a/docs/source/conf.py b/docs/source/conf.py index 8d17c97ae..52d71ab19 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -105,7 +105,14 @@ "switcher": { "json_url": "http://www.fastplotlib.org/_static/switcher.json", "version_match": release - } + }, + "icon_links": [ + { + "name": "Github", + "url": "https://github.com/fastplotlib/fastplotlib", + "icon": "fa-brands fa-github", + } + ] } html_static_path = ["_static"]