Skip to content

Commit a04824b

Browse files
committed
pyppeteer install steps moves from requirements.txt to workflow
1 parent f8802b4 commit a04824b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
6161
- name: Generate PDF
6262
run: |
63+
pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
6364
make pyppeteer
6465
mv _build/pyppeteer/*.pdf _build/dirhtml/_static/lesson.pdf
6566

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ git+https://github.com/rkdarst/sphinx-copybutton.git@exclude-unselectable-3
33
sphinx-lesson
44
sphinx_rtd_theme_ext_color_contrast
55
https://github.com/coderefinery/sphinx-coderefinery-branding/archive/master.zip
6-
https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip

0 commit comments

Comments
 (0)