Skip to content

Commit

Permalink
FEAT(site) +sphinx-OpenGraph extension for socials
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Apr 27, 2023
1 parent 2ab7758 commit 9fc469f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Expand Up @@ -70,6 +70,7 @@
"sphinx.ext.extlinks",
"sphinx.ext.graphviz",
"sphinx.ext.intersphinx",
"sphinxext.opengraph",
# "sphinx.ext.doctest", # doctests maintained by pytest
"graphtik.sphinxext",
]
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -53,9 +53,7 @@ def _ask_git_version() -> Optional[str]:
"importlib_resources; python_version<'3.7'",
]
matplot_deps = plot_deps + ["matplotlib"]
sphinx_deps = plot_deps + [
"sphinx[setuptools] >=2",
]
sphinx_deps = plot_deps + ["sphinx[setuptools] >=2", "sphinxext-opengraph"]
test_deps = list(
set(
matplot_deps
Expand Down

0 comments on commit 9fc469f

Please sign in to comment.