We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62d744 commit e940d20Copy full SHA for e940d20
build_docs.py
@@ -745,7 +745,8 @@ def build(self):
745
blurb = self.venv / "bin" / "blurb"
746
747
if self.includes_html:
748
- # For opengraph previews (requires matplotlib)
+ # Define a tag to enable opengraph socialcards previews
749
+ # (used in Doc/conf.py and requires matplotlib)
750
sphinxopts.append("-t create-social-cards")
751
752
# Disable CPython switchers, we handle them now:
0 commit comments