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.
-t pdf
1 parent 99f45e1 commit 4f1cc0eCopy full SHA for 4f1cc0e
.github/workflows/sphinx.yml
@@ -102,7 +102,7 @@ jobs:
102
run: |
103
pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
104
#pip install sphinx_pyppeteer_builder
105
- make pyppeteer
+ make SPHINXOPTS="-t pdf" pyppeteer
106
mv _build/pyppeteer/*.pdf _build/dirhtml/${PDF_FILENAME}
107
108
# Stage all deployed assets in _gh-pages/ for simplicity, and to
0 commit comments