8000
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.
1 parent 86770f2 commit b62b865Copy full SHA for b62b865
_static/og-image-200x200.png
14.2 KB
_static/og-image.png
-47.3 KB
conf.py
@@ -109,11 +109,11 @@
109
# sphinxext-opengraph config
110
ogp_site_url = "https://devguide.python.org/"
111
ogp_site_name = "Python Developer's Guide"
112
-ogp_image = "_static/og-image.png"
+ogp_image = "_static/og-image-200x200.png"
113
ogp_custom_meta_tags = [
114
- '<meta property="og:image:width" content="1200">',
115
- '<meta property="og:image:height" content="630">',
116
- '<meta name="theme-color" content="#3776ab" />',
+ '<meta property="og:image:width" content="200">',
+ '<meta property="og:image:height" content="200">',
+ '<meta name="theme-color" content="#3776ab">',
117
]
118
119
# Strip the dollar prompt when copying code
0 commit comments