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

Skip to content

Commit f292d29

Browse files
authored
Merge pull request #20500 from timhoffm/doc-theme
DOC: Add twitter icon and fix logo link
2 parents b7ce415 + 64f1aa6 commit f292d29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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)