Skip to content

Commit

Permalink
disable stdout for latexpdf with sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jan 1, 2025
1 parent 4ba4fe7 commit 632df7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sphinx_rollout/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 --quiet
ansible.builtin.command: make latexpdf --quiet > /dev/null
args:
chdir: '{{ sphinx_dir }}/{{ item.name }}'
loop: '{{ instance.dirs | default([]) }}'
Expand Down

0 comments on commit 632df7f

Please sign in to comment.