Faster PDF generator from Sphinx document using Typst.
- Provide
typstandtypstpdfbuilder to generate Typst document (and PDF) from doctree. - TODO: Provide utility directives and roles for Typst syntax.
pip install atsphinx-typst
# If you also want to build PDF, install with extra 'pdf'
pip install 'atsphinx-typst[pdf]'You can run typst and typstpdf builder without set it into extensions.
# To generate Typst document.
make typst
# To generate Typst document and PDF from document.
make typstpdf- Supports core directives and roles.
- ✅ Supports generating PDF using
typstpython project. - ✅ Gnerate PDF file of this project's project.
- Use for PDF of sphinx-revealjs's documentation.
- Publish my private tech ZINE.