We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdf49e commit c42a464Copy full SHA for c42a464
doc/Makefile
@@ -43,8 +43,7 @@ pdf-no-examples:
43
export PYAEDT_SKIP_EXAMPLE="1"
44
@$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
45
cd $(BUILDDIR)/latex && latexmk -r latexmkrc -pdf *.tex -interaction=nonstopmode || true
46
- (test -f $(BUILDDIR)/latex/pyaedt.pdf && echo pdf exists) || exit 1
47
-
+ (test -f $(BUILDDIR)/latex/PyAEDT-Documentation-*.pdf && echo pdf exists) || exit 1
48
49
# build docs like the CI build
50
cibuild:
0 commit comments