From 3ef8377d99c12ea13d95e598b0bc4ab5a4c7eeac Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Thu, 15 Aug 2024 09:16:16 +0200 Subject: [PATCH] doc: enable nitpicking for xref validation --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 151cde8757..a18688f138 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -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