We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f92db0 commit 64f1aa6Copy full SHA for 64f1aa6
doc/conf.py
@@ -280,7 +280,7 @@ def _check_dependencies():
280
# the sidebar.
281
html_logo = "_static/logo2.svg"
282
html_theme_options = {
283
- "logo_link": "index.html",
+ "logo_link": "index",
284
"icon_links": [
285
{
286
"name": "gitter",
@@ -297,6 +297,11 @@ def _check_dependencies():
297
"url": "https://github.com/matplotlib/matplotlib",
298
"icon": "fab fa-github-square",
299
},
300
+ {
301
+ "name": "twitter",
302
+ "url": "https://twitter.com/matplotlib/",
303
+ "icon": "fab fa-twitter-square",
304
+ },
305
306
],
307
}
0 commit comments