From ee99902feaf62a60d006a5187815bdf4aa45e8b7 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 25 Oct 2020 14:14:40 -0600 Subject: build both HTML and PDF distributions --- etc/pdf.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/pdf.yml (limited to 'etc/pdf.yml') diff --git a/etc/pdf.yml b/etc/pdf.yml new file mode 100644 index 0000000..5ef3857 --- /dev/null +++ b/etc/pdf.yml @@ -0,0 +1,20 @@ +from: html +to: pdf + +standalone: true + +metadata: + title: "Crowbar Specification" + +verbosity: INFO + +top-level-division: chapter + +pdf-engine: weasyprint + +table-of-contents: true + +fail-if-warnings: true +dump-args: false +ignore-args: false +trace: false -- cgit v1.2.3