Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b7ce415 + 64f1aa6 commit f292d29Copy full SHA for f292d29
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