Skip to content

Commit

Permalink
Add the sphinxext-opengraph extension (#121)
Browse files Browse the repository at this point in the history
This extension automatically adds OpenGraph metadata to the generated
documentation.
  • Loading branch information
jparise committed Jul 22, 2023
1 parent d5283ec commit 09fff67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.githubpages",
"sphinx.ext.intersphinx",
"sphinxext.opengraph",
]
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Sphinx==7.0.1
furo==2023.5.20
sphinxext-opengraph==0.8.2

0 comments on commit 09fff67

Please sign in to comment.