We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dd018 commit 9533953Copy full SHA for 9533953
Doc/Makefile
@@ -73,7 +73,7 @@ build:
73
echo ""; \
74
exit 1; \
75
fi
76
- $(SPHINXBUILD) $(ALLSPHINXOPTS)
+ $(SPHINXBUILD) $(ALLSPHINXOPTS) --tag create-social-cards
77
@echo
78
79
.PHONY: html
Doc/requirements.txt
@@ -11,7 +11,7 @@ sphinx~=8.2.0
11
12
blurb
13
14
-sphinxext-opengraph~=0.10.0
+sphinxext-opengraph[social-cards]~=0.10.0
15
sphinx-notfound-page~=1.0.0
16
17
# The theme used by the documentation is stored separately, so we need
0 commit comments