From 90ec292ab8167c1886a53b7d9cbe7a255c3cf764 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Wed, 1 Mar 2023 10:19:16 +0900 Subject: [PATCH] Doc: Fix minor error in ePub (GH-100614) Fix issue reported https://mail.python.org/archives/list/docs@python.org/message/KE7OIAO53P4XRC4ZOWPDHA63ZQJCHEC3/ (cherry picked from commit 7d1d66341838d7d1963c9ee7ffca2950d3a751fd) --- Doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/conf.py b/Doc/conf.py index 98b076c0ee57..982d6b40f66e 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -256,7 +256,7 @@ ogp_site_url = 'https://docs.python.org/3/' ogp_site_name = 'Python documentation' ogp_image = '_static/og-image.png' ogp_custom_meta_tags = [ - '', - '', - '', + '', + '', + '', ] -- 2.47.3