mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-23 06:24:48 -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 = {
|
||||
|
|
|
@ -29,6 +29,7 @@ sphinxcontrib-jquery==4.1
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==2.0.0
|
||||
sphinxcontrib-serializinghtml==2.0.0
|
||||
sphinxext-opengraph==0.12.0
|
||||
sphinxnotes-any==2.5
|
||||
sphinxnotes-comboroles==1.0
|
||||
sphinxnotes-strike==1.2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue