Skip to content

Commit

Permalink
Fix vale warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Feb 19, 2024
1 parent 0bf5732 commit c094a5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions doc/styles/Vocab/ANSYS/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Properties.json
Api.py
EDBCommon
EDB API
REST API

0 comments on commit c094a5e

Please sign in to comment.