From: Inada Naoki Date: Wed, 1 Mar 2023 01:19:16 +0000 (+0900) Subject: Doc: Fix minor error in ePub (GH-100614) X-Git-Tag: v3.11.3~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90ec292ab8167c1886a53b7d9cbe7a255c3cf764;p=thirdparty%2FPython%2Fcpython.git 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) --- 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 = [ - '', - '', - '', + '', + '', + '', ]