summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-02-14 18:32:15 +0200
committerLars Wirzenius <liw@liw.fi>2023-02-14 18:38:56 +0200
commit1072d934d5409398cca548125a5ab22a922d6038 (patch)
tree651f7de6aaf11a3cdf0040295647479f7b7a268f /check
parent69d025ab976d91b4074162eb20cc7861f25c231b (diff)
downloadsubplot-1072d934d5409398cca548125a5ab22a922d6038.tar.gz
feat! drop support for producing PDF output
We may add this back later, but for now, it's not wanted. Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 0 insertions, 2 deletions
diff --git a/check b/check
index 755a483..9cfc0bd 100755
--- a/check
+++ b/check
@@ -320,7 +320,6 @@ def check_subplots(r):
base = os.path.basename(subplot)
base, _ = os.path.splitext(subplot)
base = os.path.join(output, base)
- r.docgen(subplot, doc_template, base + ".pdf", cwd=dirname)
r.docgen(subplot, doc_template, base + ".html", cwd=dirname)
@@ -344,7 +343,6 @@ def check_tooling(r):
"dot",
"pandoc",
"pandoc-citeproc",
- "pdflatex",
"plantuml",
"rustc",
"rustfmt",