Skip to content

Commit

Permalink
update docs favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Mar 14, 2024
1 parent 812097a commit 4802ea3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file added python/doc/_static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/doc/_static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/doc/_static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions python/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@
"type": "fontawesome",
},
],
"favicons": [
{
"rel": "icon",
"sizes": "32x32",
"href": "favicon-32x32.png",
},
{
"rel": "icon",
"sizes": "16x16",
"href": "favicon-16x16.png",
},
{"rel": "apple-touch-icon", "sizes": "180x180", "href": "apple-touch-icon.png"},
],
# "primary_sidebar_end": ["primary_sidebar_end"]
}
# Add any paths that contain custom static files (such as style sheets) here,
Expand Down

0 comments on commit 4802ea3

Please sign in to comment.