File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ script:
8080 - if [[ "${DOCTEST}" == "1" ]]; then
8181 cd $TRAVIS_BUILD_DIR/doc;
8282 make doctest;
83- make latexpdf;
83+ make latexpdf LATEXOPTS="--interaction=nonstopmode" ;
8484 fi
8585
8686after_success :
Original file line number Diff line number Diff line change 2626 @echo " devhelp to make HTML files and a Devhelp project"
2727 @echo " epub to make an epub"
2828 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
29- @echo " latexpdf to make LaTeX files and run them through pdflatex "
29+ @echo " latexpdf to make LaTeX files and run them through latexmk "
3030 @echo " text to make text files"
3131 @echo " man to make manual pages"
3232 @echo " changes to make an overview of all changed/added/deprecated items"
9999
100100latexpdf :
101101 $(SPHINXBUILD ) -b latex $(ALLSPHINXOPTS ) $(BUILDDIR ) /latex
102- @echo " Running LaTeX files through pdflatex ..."
102+ @echo " Running LaTeX files through latexmk ..."
103103 $(MAKE ) -C $(BUILDDIR ) /latex all-pdf
104- @echo " pdflatex finished; the PDF files are in $( BUILDDIR) /latex."
104+ @echo " latexmk finished; the PDF files are in $( BUILDDIR) /latex."
105105
106106text :
107107 $(SPHINXBUILD ) -b text $(ALLSPHINXOPTS ) $(BUILDDIR ) /text
You can’t perform that action at this time.
0 commit comments