Skip to content

Commit

Permalink
add quiet to make latexpdf to hopefully fix utf8 encoding problem wit…
Browse files Browse the repository at this point in the history
…h ansible
  • Loading branch information
alexandermeindl committed Jan 1, 2025
1 parent 7814005 commit b3ca31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/sphinx/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sphinx_packages:
- texlive-lang-german
- texlive-latex-extra
- texlive-latex-recommended

sphinx_unwanted_packages:
- sphinx-common

Expand Down
2 changes: 1 addition & 1 deletion roles/sphinx/tasks/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
loop: '{{ instance.dirs | default([]) }}'

- name: Run sphinx build pdf - {{ instance.name }}
ansible.builtin.command: make latexpdf
ansible.builtin.command: make latexpdf --quiet
args:
chdir: '{{ sphinx_dir }}/{{ item.name }}'
loop: '{{ instance.dirs | default([]) }}'
Expand Down

0 comments on commit b3ca31a

Please sign in to comment.