From 8e8f2331960d269c88970dc1f535b2836af110c4 Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Fri, 30 May 2025 03:00:02 -0400 Subject: [PATCH] add github button to docs --- docs/source/conf.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"]