We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edaf1fe commit 2dcfcbeCopy full SHA for 2dcfcbe
tools/run-in-container/genpdf.sh
@@ -71,7 +71,10 @@ function convert_to_pdf(){
71
mkdocs build
72
cd site
73
fix_footnote_links
74
- wkhtmltopdf --javascript-delay 3000 \
+ wkhtmltopdf --enable-local-file-access \
75
+ --allow "." \
76
+ --disable-smart-shrinking \
77
+ --javascript-delay 6000 \
78
--outline-depth 6 \
79
--outline \
80
--print-media-type \
0 commit comments