Skip to content

Commit

Permalink
test for warnings in latex build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 15, 2020
1 parent de6b9a3 commit d9cf90f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ jobs:
if: ${{ matrix.format == 'latexpdf' }}
run: |
make -C docs ${{ matrix.format }}
# TODO there are reference issues for latexpdf in e.g. docs/pages/2019_molsim_school_Amsterdam/screening/export.md
# I believe due to relative document references which don't work in latexpdf, since all documents are merged into one doctree
env:
SPHINXOPTS: -n
SPHINXOPTS: -nW --keep-going
- name: "build docs: transifex"
if: ${{ matrix.format == 'transifex' }}
run: |
Expand Down

0 comments on commit d9cf90f

Please sign in to comment.