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.
ogp_custom_meta_tags
tuple
1 parent e9a1de4 commit 40119bfCopy full SHA for 40119bf
doc/conf.py
@@ -282,11 +282,11 @@
282
# configuration for sphinxext.opengraph
283
ogp_site_url = "https://docs.xarray.dev/en/latest/"
284
ogp_image = "https://docs.xarray.dev/en/stable/_static/logos/Xarray_Logo_RGB_Final.png"
285
-ogp_custom_meta_tags = [
+ogp_custom_meta_tags = (
286
'<meta name="twitter:card" content="summary_large_image" />',
287
'<meta property="twitter:site" content="@xarray_dev" />',
288
'<meta name="image" property="og:image" content="https://docs.xarray.dev/en/stable/_static/logos/Xarray_Logo_RGB_Final.png" />',
289
-]
+)
290
291
# Redirects for pages that were moved to new locations
292
rediraffe_redirects = {
0 commit comments