From 3ef8377d99c12ea13d95e598b0bc4ab5a4c7eeac Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Thu, 15 Aug 2024 09:16:16 +0200 Subject: [PATCH 1/2] 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 From 17f73585631451d8ca50975c09354c4664754503 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 19 Sep 2025 07:36:48 +0000 Subject: [PATCH 2/2] chore: adding changelog file 476.documentation.md [dependabot-skip] --- doc/source/changelog/476.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/476.documentation.md diff --git a/doc/source/changelog/476.documentation.md b/doc/source/changelog/476.documentation.md new file mode 100644 index 0000000000..dd6de736eb --- /dev/null +++ b/doc/source/changelog/476.documentation.md @@ -0,0 +1 @@ +Enable nitpicking for xref validation