Skip to content

Commit

Permalink
deploy pdf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Dec 6, 2024
1 parent 0a11803 commit 43584be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
with:
python-version: 3.9

# - name: Prepare LaTeX env
# run: |
# sudo apt update
# sudo apt install \
# texlive-latex-recommended texlive-latex-extra texlive-xetex \
# texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra latexmk
# kanji-config-updmap-sys ipaex
- name: Prepare LaTeX env
run: |
sudo apt update
sudo apt install \
texlive-latex-recommended texlive-latex-extra texlive-xetex \
texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra latexmk
kanji-config-updmap-sys ipaex
- name: Install python packages
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ DOCROOT=`pwd`
# user's manual
cd ${DOCROOT}/sphinx/ja
make html
# make latexpdf
make latexpdf
cd ${DOCROOT}/sphinx/en
make html
# make latexpdf
make latexpdf

# api
cd $DOCROOT
Expand Down

0 comments on commit 43584be

Please sign in to comment.