diff --git a/docs/conf.py b/docs/conf.py index 29eb76c..a7b6ee4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,4 +50,12 @@ "image_light": "../images/logo-dark-background-and-text.svg", "image_dark": "../images/logo-white-background-and-text.svg", }, + "icon_links": [ + { + "name": "GitHub", + "url": "https://github.com/matt-graham/symnum", + "icon": "fa-brands fa-square-github", + "type": "fontawesome", + }, + ], }