Skip to content

Commit

Permalink
docs[python]: add favicon/touchicon (#4599)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Aug 29, 2022
1 parent 21ece36 commit 65e2f85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions py-polars/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,16 @@
"icon": "fab fa-github-square",
},
],
"favicons": [
{
"rel": "icon",
"sizes": "32x32",
"href": "https://raw.githubusercontent.com/pola-rs/polars-static/master/icons/favicon-32x32.png", # noqa: E501
},
{
"rel": "apple-touch-icon",
"sizes": "180x180",
"href": "https://raw.githubusercontent.com/pola-rs/polars-static/master/icons/touchicon-180x180.png", # noqa: E501
},
],
}

0 comments on commit 65e2f85

Please sign in to comment.