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
111
111
setenv =
112
112
links: BUILDER = linkcheck
113
113
html: BUILDER = html
114
+ BUILDER_OPTS = --color -v -j auto -W --keep-going -n
114
115
passenv =
115
116
ANSYSLMD_LICENSE_FILE
116
117
LD_LIBRARY_PATH
@@ -126,7 +127,7 @@ extras =
126
127
visualization
127
128
commands =
128
129
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}
130
131
131
132
# The following environments are only for development purposes. Do not use in CI/CD.
132
133
# 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