From 6df596a10afc90d3bfb38c560f2fb12a678c46d6 Mon Sep 17 00:00:00 2001 From: Gabriel Fouasnon Date: Thu, 21 Sep 2023 10:45:00 +0300 Subject: [PATCH 1/3] comment out alt_text in conf.py --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 77bedc9a2..d4e068148 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -158,8 +158,9 @@ # "twitter_url": "https://twitter.com/PyData", "logo": { "text": "PyData Theme", + # Do not supply both text and alt_text if they are roughly equivalent + # "alt_text": "PyData Theme", "image_dark": "_static/logo-dark.svg", - "alt_text": "PyData Theme", }, "use_edit_page_button": True, "show_toc_level": 1, From 88dc9f3bb102fca6357af20034c501cf91854619 Mon Sep 17 00:00:00 2001 From: Gabriel Fouasnon Date: Thu, 21 Sep 2023 10:52:08 +0300 Subject: [PATCH 2/3] set alt_text to empty string --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d4e068148..a05a444a3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -158,8 +158,7 @@ # "twitter_url": "https://twitter.com/PyData", "logo": { "text": "PyData Theme", - # Do not supply both text and alt_text if they are roughly equivalent - # "alt_text": "PyData Theme", + "alt_text": "", # PST logo is decorative so mute the alt text "image_dark": "_static/logo-dark.svg", }, "use_edit_page_button": True, From 3b1d1363e801d4780c11afe7eebd7f55320ff60e Mon Sep 17 00:00:00 2001 From: Gabriel Fouasnon Date: Wed, 27 Sep 2023 13:05:36 +0300 Subject: [PATCH 3/3] remove alt_text from conf.py --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a05a444a3..cf16a304f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -158,7 +158,6 @@ # "twitter_url": "https://twitter.com/PyData", "logo": { "text": "PyData Theme", - "alt_text": "", # PST logo is decorative so mute the alt text "image_dark": "_static/logo-dark.svg", }, "use_edit_page_button": True,