We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sphinxext-opengraph
1 parent e709361 commit 1793b72Copy full SHA for 1793b72
Doc/conf.py
@@ -601,8 +601,8 @@
601
ogp_site_url = 'https://docs.python.org/3/'
602
ogp_site_name = 'Python documentation'
603
ogp_image = '_static/og-image.png'
604
-ogp_custom_meta_tags = [
+ogp_custom_meta_tags = (
605
'<meta property="og:image:width" content="200">',
606
'<meta property="og:image:height" content="200">',
607
'<meta name="theme-color" content="#3776ab">',
608
-]
+)
Doc/requirements.txt
@@ -11,7 +11,7 @@ sphinx~=8.2.0
11
12
blurb
13
14
-sphinxext-opengraph~=0.9.0
+sphinxext-opengraph~=0.12.0
15
sphinx-notfound-page~=1.0.0
16
17
# The theme used by the documentation is stored separately, so we need
0 commit comments