Skip to content

Commit

Permalink
DOC: update pdf file name
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 30, 2023
1 parent 231e954 commit a3e0b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ phtml:
pdf:
@$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
cd $(BUILDDIR)/latex && latexmk -r latexmkrc -pdf *.tex -interaction=nonstopmode || true
(test -f $(BUILDDIR)/latex/pyaedt.pdf && echo pdf exists) || exit 1
(test -f $(BUILDDIR)/latex/pyedb.pdf && echo pdf exists) || exit 1

# build docs like the CI build
cibuild:
Expand Down

0 comments on commit a3e0b55

Please sign in to comment.