mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-10-12 02:20:40 -04:00
Merge remote-tracking branch 'parulin/add-opengraph-extension' into rst
This commit is contained in:
commit
a0cace3d78
3 changed files with 9 additions and 0 deletions
3
conf.py
3
conf.py
|
@ -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 ------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue