Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ description = Check if documentation generates properly
setenv =
links: BUILDER = linkcheck
html: BUILDER = html
BUILDER_OPTS = --color -v -j auto -W --keep-going -n
passenv =
ANSYSLMD_LICENSE_FILE
LD_LIBRARY_PATH
Expand All @@ -126,7 +127,7 @@ extras =
visualization
commands =
python -m build "{toxinidir}" --outdir "{toxinidir}/doc/source/_static/artifacts"
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/{env:BUILDER}" --color -v -b {env:BUILDER} -j auto -W --keep-going
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/{env:BUILDER}" {env:BUILDER_OPTS} -b {env:BUILDER}

# The following environments are only for development purposes. Do not use in CI/CD.
# Using these during a CI/CD can lead to unexpected issues due to a Docker-In-Docker
Expand Down