Skip to content

Commit

Permalink
Use texlive-full from apt in documentation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Jan 20, 2025
1 parent 8b8b84b commit ed4aace
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
- '.github/workflows/docs.yml'

jobs:
##############################################################################
#############################################################################
# build documentation
##############################################################################
#############################################################################
build-doc:
name: Push documentation to website
if: github.repository == 'flintlib/flint'
Expand All @@ -29,7 +29,7 @@ jobs:

- name: "Setup"
run: |
sudo apt-get install -y python3-sphinx
sudo apt-get install -y python3-sphinx texlive-full
sphinx-build --version
- name: "Build documentation"
Expand All @@ -38,12 +38,9 @@ jobs:
make html SPHINXOPTS="-W -j auto"
- name: "Build PDF documentation"
uses: dante-ev/latex-action@latest
with:
root_file:
compiler:
args:
entrypoint: doc/entrypoint.sh
run: |
cd doc
make latexpdf SPHINXOPTS="-W -j auto"
- name: "Create a tarball of the documentation"
run: |
Expand Down

0 comments on commit ed4aace

Please sign in to comment.