Skip to content

Commit

Permalink
fix: tox.ini syntax and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Dec 2, 2024
1 parent 0d3b3c7 commit 8169bc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,5 @@ src/ansys/grpc/

# Ignore auto-generated API reference
doc/source/api
doc/source/examples
doc/source/images/auto-generated
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ commands =
description = Check if documentation generates properly
allowlist_externals =
pdflatex
passenv =
ANSYSLMD_LICENSE_FILE
setenv =
SOURCE_DIR = doc/source
BUILD_DIR = doc/_build
Expand All @@ -63,7 +65,7 @@ setenv =
links: BUILDER = linkcheck
html: BUILDER = html
pdf: BUILDER = latex
links,html,pdf: BUILDER_OPTS = --color -v -j auto -W --keep-going
links,html,pdf: BUILDER_OPTS = --color -v --keep-going
deps =
-r{toxinidir}/requirements/requirements_docs.txt
commands =
Expand Down

0 comments on commit 8169bc5

Please sign in to comment.