diff --git a/doc/conf.py b/doc/conf.py index cb064286f9d5..bd7921b14b3b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -280,7 +280,7 @@ def _check_dependencies(): # the sidebar. html_logo = "_static/logo2.svg" html_theme_options = { - "logo_link": "index.html", + "logo_link": "index", "icon_links": [ { "name": "gitter", @@ -297,6 +297,11 @@ def _check_dependencies(): "url": "https://github.com/matplotlib/matplotlib", "icon": "fab fa-github-square", }, + { + "name": "twitter", + "url": "https://twitter.com/matplotlib/", + "icon": "fab fa-twitter-square", + }, ], }