From 85c515011dcc059f127ee9d8507dae375df42630 Mon Sep 17 00:00:00 2001 From: Dawid Makar Date: Wed, 27 Sep 2023 01:36:29 +0200 Subject: [PATCH] Automatic refactoring. Refactoring step id: UUID('50ae7e90-fe95-4212-afcc-2cbf530a624d') --- doc/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 66fca61c2c6e5..3653dbb594ffc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -237,14 +237,14 @@ html_theme_options = { "external_links": [], - "footer_start": ["pandas_footer", "sphinx-version"], + "footer_items": ["pandas_footer", "sphinx-version"], "github_url": "https://github.com/pandas-dev/pandas", "twitter_url": "https://twitter.com/pandas_dev", - "analytics": {"google_analytics_id": "UA-27880019-2"}, + "google_analytics_id": "UA-27880019-2", "logo": {"image_dark": "https://pandas.pydata.org/static/img/pandas_white.svg"}, "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"], "switcher": { - "json_url": "https://pandas.pydata.org/versions.json", + "json_url": "/versions.json", "version_match": switcher_version, }, "icon_links": [ @@ -802,4 +802,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