Merge pull request #3205 from getpelican/sphinx-opengraph

This commit is contained in:
Justin Mayer 2023-10-18 08:36:48 +02:00 committed by GitHub
commit 36b4c6dc08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -8,9 +8,12 @@ sys.path.append(os.path.abspath(os.pardir))
# -- General configuration ----------------------------------------------------
templates_path = ['_templates']
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.ifconfig',
'sphinx.ext.extlinks']
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.ifconfig",
"sphinx.ext.extlinks",
"sphinxext.opengraph",
]
source_suffix = '.rst'
master_doc = 'index'
project = 'Pelican'

View file

@ -1,3 +1,4 @@
sphinx<6.0
sphinxext-opengraph
furo
livereload