diff --git a/_static/og-image-200x200.png b/_static/og-image-200x200.png new file mode 100644 index 0000000000..0e80751e74 Binary files /dev/null and b/_static/og-image-200x200.png differ diff --git a/_static/og-image.png b/_static/og-image.png deleted file mode 100644 index d792932b87..0000000000 Binary files a/_static/og-image.png and /dev/null differ diff --git a/conf.py b/conf.py index 7fce14050c..7c81d2e07d 100644 --- a/conf.py +++ b/conf.py @@ -109,11 +109,11 @@ # sphinxext-opengraph config ogp_site_url = "https://devguide.python.org/" ogp_site_name = "Python Developer's Guide" -ogp_image = "_static/og-image.png" +ogp_image = "_static/og-image-200x200.png" ogp_custom_meta_tags = [ - '', - '', - '', + '', + '', + '', ] # Strip the dollar prompt when copying code