Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64f1aa6

Browse files
committed
DOC: Add twitter icon and fix logo link
1 parent 6f92db0 commit 64f1aa6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def _check_dependencies():
280280
# the sidebar.
281281
html_logo = "_static/logo2.svg"
282282
html_theme_options = {
283-
"logo_link": "index.html",
283+
"logo_link": "index",
284284
"icon_links": [
285285
{
286286
"name": "gitter",
@@ -297,6 +297,11 @@ def _check_dependencies():
297297
"url": "https://github.com/matplotlib/matplotlib",
298298
"icon": "fab fa-github-square",
299299
},
300+
{
301+
"name": "twitter",
302+
"url": "https://twitter.com/matplotlib/",
303+
"icon": "fab fa-twitter-square",
304+
},
300305

301306
],
302307
}

0 commit comments

Comments
 (0)