From d99d574fce33fa78118872de3afd8c5b86062869 Mon Sep 17 00:00:00 2001 From: George Song Date: Wed, 10 Mar 2021 15:13:30 -0800 Subject: [PATCH] docs: no need to set up wkhtmltopdf for local environment Addresses #1043 --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index f568760d0f6..ac3f2a6b4e9 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,7 @@ We recommend using MacOS to work with the EDB Docs application. ### Installation of PDF / Doc Conversion Tools (optional) -If you need to build PDFs locally, or run parts of the RST to MDX conversion pipeline, you'll need a couple more tools installed. - -1. Install `wkhtmltopdf`, a tool that converts html documents to pdf documents. You can install this with `brew install wkhtmltopdf`. Currently we are using version `0.12.6` - you can check the installed version with `wkhtmltopdf -V`. Newer versions are likely to work fine as well. - -1. Install `pandoc`, a general purpose document conversion tool. This can also be installed with homebrew - `brew install pandoc`. - -1. To confirm that both tools are working, you can trying building a PDF. `yarn build-pdf product_docs/docs/epas/13/` will build `epas_v13_documentation.pdf` in the `epas/13/` folder. You may see a few warnings, but the process should finish with `✨ Done in 43.25s.` or similar. +If you need to run parts of the RST to MDX conversion pipeline, you'll need to install `pandoc`, a general purpose document conversion tool. This can also be installed with homebrew - `brew install pandoc`. ## Windows Installation