diff --git a/doc/Makefile b/doc/Makefile index 69e89a7e..218bea03 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -33,4 +33,12 @@ html: pdf: @$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) cd $(BUILDDIR)/latex && latexmk -r latexmkrc -pdf *.tex -interaction=nonstopmode || true - (test -f $(BUILDDIR)/latex/ansys-aedt-toolkits-common.pdf && echo pdf exists) || exit 1 + (test -f $(BUILDDIR)/latex/ansys-common-toolkit.pdf && echo pdf exists) || exit 1 + +# build docs like the CI build +cibuild: + mkdir source/examples -p + echo 'Examples' > source/examples/index.rst + echo '========' >> source/examples/index.rst + $(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -j auto -w build_errors.txt -N + python print_errors.py diff --git a/doc/styles/Vocab/ANSYS/accept.txt b/doc/styles/Vocab/ANSYS/accept.txt index 346e0ca9..a1cd7f79 100644 --- a/doc/styles/Vocab/ANSYS/accept.txt +++ b/doc/styles/Vocab/ANSYS/accept.txt @@ -17,3 +17,4 @@ Properties.json Api.py EDBCommon EDB API +REST API