diff --git a/docs/source/conf.py b/docs/source/conf.py index 6dd878a..364b419 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -82,18 +82,17 @@ html_title = 'Factiva Analytics - Python Library' html_theme_options = { - 'announcement': 'This library is under development!', -} - -html_theme_options['footer_icons'] = [ - { - 'name': 'GitHub', - 'url': 'https://github.com/dowjones/factiva-analytics-python', - 'html': """ + # "announcement": "This library is under development!", + "footer_icons": [ + { + "name": "GitHub", + "url": "https://github.com/dowjones/factiva-analytics-python", + "html": """ """, - 'class': 'fa-solid fa-github fa-2x', - }, -] + "class": "fa-solid fa-github fa-2x", + } + ], +}