Add OpenGraph metadata

This commit is contained in:
Wiktor Kwapisiewicz 2023-12-12 15:12:47 +01:00 committed by David Runge
parent a17a3a30f2
commit edaf62f833
No known key found for this signature in database
GPG key ID: 90D4B9641E092971
5 changed files with 8 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

@ -26,6 +26,7 @@ suppress_warnings = [
extensions = [
'myst_parser',
'sphinxext.opengraph',
]
source_suffix = ['.md', '.rst']
@ -88,3 +89,7 @@ html_theme_options = {
'show_relbars': 'yes',
'show_powered_by': False,
}
# https://github.com/wpilibsuite/sphinxext-opengraph#simple-config
ogp_site_url = 'https://openpgp.dev/book/'
ogp_image = '_static/logo.png'