summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-18 16:43:38 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-18 16:43:38 +0300
commitead1b6addd05d94f9c2bc0b7420863aa662f51ad (patch)
tree97d87b091e0fa7ec423aab99a86f3a4eac71d5cd
parent43868859acb212d6005edb34f6b102532c251af9 (diff)
downloadjt2-ead1b6addd05d94f9c2bc0b7420863aa662f51ad.tar.gz
chore: don't produce PDF with Subplot
Subplot doesn't do that anymore. Sponsored-by: author
-rwxr-xr-xcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/check b/check
index 0a75438..5bac0c9 100755
--- a/check
+++ b/check
@@ -31,7 +31,6 @@ $hideok cargo fmt -- --check
$hideok find . -type f -name '*.py' ! -name test.py -exec black --check '{}' +
$hideok subplot docgen jt.subplot --output jt.html
-$hideok subplot docgen jt.subplot --output jt.pdf
$hideok subplot codegen jt.subplot --output test.py
rm -f test.log