From dc10eb9ebbbf7647653a84d58b4e90e7705b25a2 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Tue, 7 Nov 2023 18:51:55 +0100 Subject: [PATCH] docs(python): Remove external link (#12223) --- py-polars/docs/source/conf.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/py-polars/docs/source/conf.py b/py-polars/docs/source/conf.py index c0464935aa40..7677ffef6259 100644 --- a/py-polars/docs/source/conf.py +++ b/py-polars/docs/source/conf.py @@ -108,12 +108,8 @@ html_theme_options = { "external_links": [ { - "name": "User Guide", - "url": f"{web_root}/polars/user-guide/index.html", - }, - { - "name": "Powered by Xomnia", - "url": "https://www.xomnia.com/", + "name": "User guide", + "url": f"{web_root}/polars/user-guide/", }, ], "icon_links": [