Skip to content

Commit

Permalink
Revert "Add the sphinxext-opengraph extension (#121)"
Browse files Browse the repository at this point in the history
This reverts commit 09fff67.

This doesn't appear to work as well with ReadTheDocs as I had expected.
It's not picking up the correct base URL for some reason, and that's a
requirement for a valid `og:url` tag.
  • Loading branch information
jparise committed Jul 23, 2023
1 parent 09fff67 commit 1e3f4e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"sphinx.ext.autodoc",
"sphinx.ext.githubpages",
"sphinx.ext.intersphinx",
"sphinxext.opengraph",
]
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Sphinx==7.0.1
furo==2023.5.20
sphinxext-opengraph==0.8.2

0 comments on commit 1e3f4e5

Please sign in to comment.