mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-09-27 13:50:43 +01:00
typst (PDF) and Python (HTML/Markdown) are now the only guidance engines and the default with no flags. Delete the Gemfile, the output_format==adoc branch (bundle exec asciidoctor[-pdf]), the adoc/ template tree, the asciidoctor-pdf themes, and the --pdf-engine/--html-engine flags. Canonical outputs unchanged for users: <baseline>_<lang>.pdf (typst) and .html (Python); the intermediate is now .typ instead of .adoc. typst (the 'typst' Python package) is required for the PDF -- a missing package is a hard error with a 'uv sync' hint (covered by a test). Keep asciidoctor.css / -dark.css, now inlined by the Python HTML backend. Also drop the unused renovate config.