From 1793b7291f4c360ccbbf13a110abbcdf89c65aec Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:31:44 +0300 Subject: [PATCH] [3.12] gh-136155: Use ``sphinxext-opengraph`` v0.12.0 (#136406) Co-authored-by: Maciej Olko Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> --- Doc/conf.py | 4 ++-- Doc/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/conf.py b/Doc/conf.py index 526df2dad929..61c4e7d2b57f 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -601,8 +601,8 @@ stable_abi_file = 'data/stable_abi.dat' ogp_site_url = 'https://docs.python.org/3/' ogp_site_name = 'Python documentation' ogp_image = '_static/og-image.png' -ogp_custom_meta_tags = [ +ogp_custom_meta_tags = ( '', '', '', -] +) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 2e429f46b434..7b7286429a10 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -11,7 +11,7 @@ sphinx~=8.2.0 blurb -sphinxext-opengraph~=0.9.0 +sphinxext-opengraph~=0.12.0 sphinx-notfound-page~=1.0.0 # The theme used by the documentation is stored separately, so we need -- 2.47.3