summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/website/website.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/website/website.md b/examples/website/website.md
index e85249a..dab4d4f 100644
--- a/examples/website/website.md
+++ b/examples/website/website.md
@@ -68,11 +68,10 @@ download [website.md][], [website.yaml][], and [website.py][].
## Generate typeset documents
To generate typeset versions of this document, run the following
-commands:
+command:
~~~
$ subplot docgen website.md -o website.html
-$ subplot docgen website.md -o website.pdf
~~~
Open up the files to see what they look like.