Skip to content

Commit

Permalink
conf: Disable social cards
Browse files Browse the repository at this point in the history
I don't know that this setting does anything since matplotlib isn't installed
but just in case someone does have it installed.
  • Loading branch information
verm committed Feb 28, 2025
1 parent 978019b commit 876a55a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,13 @@
myst_dmath_double_inline = True
myst_enable_checkboxes = True


ogp_site_url = "https://docs.rtems.org/"
ogp_image = "https://docs.rtems.org/rtems.webp"
ogp_custom_meta_tags = [
'<meta name="twitter:card" content="summary_large_image">',
]

# TODO: Disabled for now.
ogp_social_cards = {
"enable": False
}

0 comments on commit 876a55a

Please sign in to comment.