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 b919f6c commit d186e52Copy full SHA for d186e52
conf.py
@@ -108,6 +108,10 @@
108
# sphinxext-opengraph config
109
ogp_site_url = "https://devguide.python.org/"
110
ogp_image = "https://devguide.python.org/_static/og-image.png"
111
+ogp_custom_meta_tags = [
112
+ '<meta property="og:image:width" content="1200">',
113
+ '<meta property="og:image:height" content="630">',
114
+]
115
116
# Strip the dollar prompt when copying code
117
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#strip-and-configure-input-prompts-for-code-cells
0 commit comments