mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-10-13 19:10:47 -04:00
Add sphinxext-opengraph extensions
Fix the opengraph description in forum.qubes-os.org
This commit is contained in:
parent
d428c3bf29
commit
799aa4c0a8
2 changed files with 3 additions and 1 deletions
3
conf.py
3
conf.py
|
@ -34,7 +34,8 @@ html_static_path = ['attachment/doc']
|
|||
extensions = [
|
||||
'sphinx.ext.autosectionlabel',
|
||||
'sphinxnotes.strike',
|
||||
'sphinx_reredirects'
|
||||
'sphinx_reredirects',
|
||||
'sphinxext.opengraph',
|
||||
]
|
||||
|
||||
redirects = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue