Skip to content

Commit 73a5b04

Browse files
committed
Define create-social-cards tag
1 parent f234dee commit 73a5b04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_docs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,9 @@ def build(self):
745745
blurb = self.venv / "bin" / "blurb"
746746

747747
if self.includes_html:
748+
# For opengraph previews (requires matplotlib)
749+
sphinxopts.append("-t create-social-cards")
750+
748751
# Disable CPython switchers, we handle them now:
749752
run(
750753
["sed", "-i"]

0 commit comments

Comments
 (0)