From 1dd98e81378de13f15fa77a9e6a8bb3ca49415c8 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 11 Nov 2021 21:35:19 -0800 Subject: [PATCH] Add icon to source repo in navbar. --- source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/conf.py b/source/conf.py index 2d75532..e6719ea 100644 --- a/source/conf.py +++ b/source/conf.py @@ -55,6 +55,11 @@ "url": "https://scientific-python.org", "icon": "fas fa-home", }, + { + "name": "GitHub", + "url": "https://github.com/scientific-python/manual.scientific-python.org", + "icon": "fab fa-github-square", + }, ], } html_logo = "_static/logo.svg"