Merge remote-tracking branch 'parulin/add-opengraph-extension' into rst

This commit is contained in:
qubedmaiska 2025-09-06 04:24:42 -04:00
commit a0cace3d78
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501
3 changed files with 9 additions and 0 deletions

View file

@ -32,6 +32,7 @@ extensions = [
'sphinx.ext.autosectionlabel',
'sphinxnotes.strike',
'sphinx_reredirects',
'sphinxext.opengraph',
'youtube_frame',
]
@ -97,6 +98,8 @@ linkcheck_ignore = [r'^https?://[^/\s]+\.onion']
autosectionlabel_prefix_document = True
ogp_image = "https://www.qubes-os.org/attachment/icons/qubes-logo-icon-name-slogan-fb.png"
ogp_image_alt = False
# -- HTML configuration ------------------------------------------------------