From e8023270484bc43ed0db47af49eac08ed8122710 Mon Sep 17 00:00:00 2001 From: Dawid Makar Date: Wed, 27 Sep 2023 01:52:48 +0200 Subject: [PATCH] Automatic refactoring. Refactoring step id: UUID('76044506-c86a-4928-913a-e8725a87d666') --- doc/source/conf.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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