Skip to content

Commit 1793b72

Browse files
hugovkm-aciekblurb-it[bot]AA-Turner
authored
[3.12] pythongh-136155: Use sphinxext-opengraph v0.12.0 (python#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]>
1 parent e709361 commit 1793b72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@
601601
ogp_site_url = 'https://docs.python.org/3/'
602602
ogp_site_name = 'Python documentation'
603603
ogp_image = '_static/og-image.png'
604-
ogp_custom_meta_tags = [
604+
ogp_custom_meta_tags = (
605605
'<meta property="og:image:width" content="200">',
606606
'<meta property="og:image:height" content="200">',
607607
'<meta name="theme-color" content="#3776ab">',
608-
]
608+
)

Doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx~=8.2.0
1111

1212
blurb
1313

14-
sphinxext-opengraph~=0.9.0
14+
sphinxext-opengraph~=0.12.0
1515
sphinx-notfound-page~=1.0.0
1616

1717
# The theme used by the documentation is stored separately, so we need

0 commit comments

Comments
 (0)