Skip to content

Commit 72f6971

Browse files
committed
Fix the disappearance of the PyPI icon after the upgrade of Pydata Sphinx theme
1 parent 33985a7 commit 72f6971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
html_theme = "pydata_sphinx_theme"
5252
html_static_path = ["_static"]
53-
html_js_files = ["pypi-icon.js"]
53+
html_js_files = [("pypi-icon.js", {"defer": "defer"})]
5454
html_sidebars = {"usage": [], "dev": []}
5555
html_theme_options = {
5656
"icon_links": [

0 commit comments

Comments
 (0)