Skip to content

Commit

Permalink
latex needs to be run twice to resolve references
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Oct 9, 2018
1 parent 5276d4f commit 0ac08bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ commands =
sphinx-build -W -b epub -d {envtmpdir}/doctrees -D latex_elements.papersize=letter . _build/epub
sphinx-build -W -b latex -d {envtmpdir}/doctrees -D latex_elements.papersize=letter . _build/latex
make PDFLATEX=xelatex -C _build/latex all-pdf
make PDFLATEX=xelatex -C _build/latex all-pdf
sphinx-build -W -b coverage -d {envtmpdir}/doctrees -D latex_elements.papersize=letter . _build/coverage

[testenv:badges]
Expand Down

0 comments on commit 0ac08bc

Please sign in to comment.