Skip to content

Commit c88aee6

Browse files
fix: remove @antora/pdf-extension to unblock CI (#3140)
The @antora/pdf-extension requires the asciidoctor-pdf Ruby gem to convert assembled AsciiDoc to PDF. This gem was never installed in the che-docs container, so PDF generation silently failed. After the base image (quay.io/podman/stable:latest) updated, the extension started crashing with ENOENT instead of failing silently: FATAL (antora): ENOENT: no such file or directory, open 'build/assembler-pdf/docs/next/_exports/discover.pdf' This breaks all PR checks. Since PDFs are not served on the live site and the extension comment confirms it was used for "monolithic AsciiDoc files" (not actual PDFs), removing it is safe. The @antora/assembler and @antora/pdf-extension npm packages remain in the Containerfile for potential future use. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 093dfdd commit c88aee6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

antora-playbook-for-development.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ antora:
2020
snippet_length: 142
2121
- require: '@antora/collector-extension' # Single-source content from engineering repositories, see https://gitlab.com/antora/antora-collector-extension
2222
- require: ./extensions/htmltest.js # Test links in HTML, see https://docs.antora.org/antora/latest/extend/extension-tutorial/
23-
- require: '@antora/pdf-extension' # Generate monolithic AsciiDoc files, see https://gitlab.com/antora/antora-assembler
2423

2524
asciidoc:
2625
sourcemap: true

0 commit comments

Comments
 (0)