You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/branding.rst
+4
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,10 @@ Add favicons
112
112
113
113
``pydata_sphinx_theme`` supports the `standard sphinx favicon configuration <https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_favicon>`_, using ``html_favicon``.
114
114
115
+
.. warning::
116
+
117
+
The support for complex and multiple favicons will be dropped in version 0.15. Instead you can use the `sphinx-favicon <https://sphinx-favicon.readthedocs.io/en/stable/>`__ extention that provide the same functionalities using more flexible parameters.
118
+
115
119
Additionally you may add any number of browser- or device-specific favicons of any size.
116
120
To do so, use the ``html_theme_options["favicons"]`` configuration key.
117
121
The only required argument is ``href``, which can be either an absolute URL (beginning with ``http``) or a local path relative to your ``html_static_path``.
0 commit comments