Generate og:image
content using Reveal.js
This is Sphinx-extension to generate image contents for og:image
.
Images are generated from title of documents and project name using Reveal.js presentation with Playwright.
Note
Installation size is large although only purpose of generating images.
pip install atsphinx-reveal-og-image
extensions = [
..., # Your extensions
"atsphinx.reveal_og_image",
]