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 f8802b4 commit a04824bCopy full SHA for a04824b
.github/workflows/sphinx.yml
@@ -60,6 +60,7 @@ jobs:
60
61
- name: Generate PDF
62
run: |
63
+ pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
64
make pyppeteer
65
mv _build/pyppeteer/*.pdf _build/dirhtml/_static/lesson.pdf
66
requirements.txt
@@ -3,4 +3,3 @@ git+https://github.com/rkdarst/sphinx-copybutton.git@exclude-unselectable-3
3
sphinx-lesson
4
sphinx_rtd_theme_ext_color_contrast
5
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