Skip to content

Commit ae89a49

Browse files
committed
.github/workflows/sphinx: Try upstream sphinx_pyppeteer_builder
1 parent 13ebbb9 commit ae89a49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
- name: Generate PDF
101101
if: ${{ env.GENERATE_PDF == 'true' }}
102102
run: |
103-
pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
103+
#pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
104+
pip install sphinx_pyppeteer_builder
104105
make pyppeteer
105106
mv _build/pyppeteer/*.pdf _build/dirhtml/${PDF_FILENAME}
106107

0 commit comments

Comments
 (0)