Skip to content

Commit

Permalink
Merge pull request #3205 from getpelican/sphinx-opengraph
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Oct 18, 2023
2 parents 82e2571 + a8fefad commit 36b4c6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@

# -- 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'
Expand Down
1 change: 1 addition & 0 deletions requirements/docs.pip
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx<6.0
sphinxext-opengraph
furo
livereload

0 comments on commit 36b4c6d

Please sign in to comment.