From 68edb4ebcb0238ea68facb45a1034cc168f0143e Mon Sep 17 00:00:00 2001 From: Zack McCauley Date: Thu, 31 Aug 2023 15:22:44 -0700 Subject: [PATCH] Add simple footer icons for resources --- docs/conf.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 94ac682..9309c8e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,6 +68,26 @@ "color-brand-primary": "#FF9900", "color-brand-content": "#FF9900", }, + "footer_icons": [ + { + "name": "GitHub", + "url": "https://github.com/macadmins/jamf-pro-sdk-python", + "html": """ + + + + """, + "class": "", + }, + { + "name": "PyPI", + "url": "https://pypi.org/project/jamf-pro-sdk/", + "html": """ + Python + """, + "class": "", + }, + ], } # Concatenate both the class’ and the __init__ method’s docstrings.