https://github.com/python/cpython/commit/1793b7291f4c360ccbbf13a110abbcdf89c65aec commit: 1793b7291f4c360ccbbf13a110abbcdf89c65aec branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-09-08T11:31:44+03:00 summary:
[3.12] gh-136155: Use ``sphinxext-opengraph`` v0.12.0 (#136406) Co-authored-by: Maciej Olko <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Adam Turner <[email protected]> files: M Doc/conf.py M Doc/requirements.txt diff --git a/Doc/conf.py b/Doc/conf.py index 526df2dad9294a..61c4e7d2b57fc8 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -601,8 +601,8 @@ 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 = ( '<meta property="og:image:width" content="200">', '<meta property="og:image:height" content="200">', '<meta name="theme-color" content="#3776ab">', -] +) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 2e429f46b43408..7b7286429a1041 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
