-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Build PDF documentation using tectonic (#3765)
Co-authored-by: Wei Ji <[email protected]>
- Loading branch information
Showing
5 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,6 +117,9 @@ jobs: | |
sphinx-design | ||
sphinx-gallery | ||
sphinx_rtd_theme<3.0 | ||
cairosvg | ||
sphinxcontrib-svg2pdfconverter | ||
tectonic | ||
# Download cached remote files (artifacts) from GitHub | ||
- name: Download remote data from GitHub | ||
|
@@ -135,9 +138,11 @@ jobs: | |
python -m build --sdist | ||
python -m pip install dist/* | ||
# Build the documentation | ||
- name: Build the documentation | ||
run: make -C doc clean all | ||
- name: Build the HTML documentation | ||
run: make -C doc clean html | ||
|
||
- name: Build the PDF documentation | ||
run: make -C doc pdf | ||
|
||
- name: Checkout the gh-pages branch | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters