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 b9de60d commit d838dd5Copy full SHA for d838dd5
sphinxext/opengraph/__init__.py
@@ -60,7 +60,7 @@ def html_page_context(
60
context: dict[str, Any],
61
doctree: nodes.document,
62
) -> None:
63
- if doctree:
+ if doctree and not app.builder.embedded:
64
context['metatags'] += get_tags(
65
context,
66
doctree,
0 commit comments