Skip to content

Commit 8169bc5

Browse files
committed
fix: tox.ini syntax and gitignore
1 parent 0d3b3c7 commit 8169bc5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,5 @@ src/ansys/grpc/
195195

196196
# Ignore auto-generated API reference
197197
doc/source/api
198+
doc/source/examples
199+
doc/source/images/auto-generated

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ commands =
5555
description = Check if documentation generates properly
5656
allowlist_externals =
5757
pdflatex
58+
passenv =
59+
ANSYSLMD_LICENSE_FILE
5860
setenv =
5961
SOURCE_DIR = doc/source
6062
BUILD_DIR = doc/_build
@@ -63,7 +65,7 @@ setenv =
6365
links: BUILDER = linkcheck
6466
html: BUILDER = html
6567
pdf: BUILDER = latex
66-
links,html,pdf: BUILDER_OPTS = --color -v -j auto -W --keep-going
68+
links,html,pdf: BUILDER_OPTS = --color -v --keep-going
6769
deps =
6870
-r{toxinidir}/requirements/requirements_docs.txt
6971
commands =

0 commit comments

Comments
 (0)