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 13ebbb9 commit ae89a49Copy full SHA for ae89a49
.github/workflows/sphinx.yml
@@ -100,7 +100,8 @@ jobs:
100
- name: Generate PDF
101
if: ${{ env.GENERATE_PDF == 'true' }}
102
run: |
103
- pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
+ #pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
104
+ pip install sphinx_pyppeteer_builder
105
make pyppeteer
106
mv _build/pyppeteer/*.pdf _build/dirhtml/${PDF_FILENAME}
107
0 commit comments