Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64f1aa6

Browse filesBrowse files
committed
DOC: Add twitter icon and fix logo link
1 parent 6f92db0 commit 64f1aa6
Copy full SHA for 64f1aa6

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.