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"