diff --git a/python/doc/_static/apple-touch-icon.png b/python/doc/_static/apple-touch-icon.png new file mode 100644 index 0000000..cdfd1fc Binary files /dev/null and b/python/doc/_static/apple-touch-icon.png differ diff --git a/python/doc/_static/favicon-16x16.png b/python/doc/_static/favicon-16x16.png new file mode 100644 index 0000000..1c77ccb Binary files /dev/null and b/python/doc/_static/favicon-16x16.png differ diff --git a/python/doc/_static/favicon-32x32.png b/python/doc/_static/favicon-32x32.png new file mode 100644 index 0000000..4d982c2 Binary files /dev/null and b/python/doc/_static/favicon-32x32.png differ diff --git a/python/doc/conf.py b/python/doc/conf.py index 76ec097..fc03a5e 100644 --- a/python/doc/conf.py +++ b/python/doc/conf.py @@ -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,