File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ description = Check if documentation generates properly
111111setenv =
112112 links: BUILDER = linkcheck
113113 html: BUILDER = html
114+ BUILDER_OPTS = --color -v -j auto -W --keep-going -n
114115passenv =
115116 ANSYSLMD_LICENSE_FILE
116117 LD_LIBRARY_PATH
@@ -126,7 +127,7 @@ extras =
126127 visualization
127128commands =
128129 python -m build " {toxinidir}" --outdir " {toxinidir}/doc/source/_static/artifacts"
129- sphinx-build -d " {toxworkdir}/doc_doctree" doc/source " {toxinidir}/doc/_build/{env:BUILDER}" --color -v - b {env:BUILDER} -j auto -W --keep-going
130+ sphinx-build -d " {toxworkdir}/doc_doctree" doc/source " {toxinidir}/doc/_build/{env:BUILDER}" {env:BUILDER_OPTS} - b {env:BUILDER}
130131
131132# The following environments are only for development purposes. Do not use in CI/CD.
132133# Using these during a CI/CD can lead to unexpected issues due to a Docker-In-Docker
You can’t perform that action at this time.
0 commit comments