diff --git a/doc/source/conf.py b/doc/source/conf.py index 0219c0e4f05ba..2aee05fb71f1f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -251,13 +251,6 @@ "json_url": "/versions.json", "version_match": switcher_version, }, - "icon_links": [ - { - "name": "Mastodon", - "url": "https://fosstodon.org/@pandas_dev", - "icon": "fa-brands fa-mastodon", - }, - ], } # Add any paths that contain custom themes here, relative to this directory. @@ -807,4 +800,4 @@ def setup(app): app.add_autodocumenter(AccessorAttributeDocumenter) app.add_autodocumenter(AccessorMethodDocumenter) app.add_autodocumenter(AccessorCallableDocumenter) - app.add_directive("autosummary", PandasAutosummary) + app.add_directive("autosummary", PandasAutosummary) \ No newline at end of file