From dd2d86114361473abd14939441cf1dead2a0e220 Mon Sep 17 00:00:00 2001 From: Kunal Shroff Date: Tue, 7 Apr 2026 09:22:17 -0400 Subject: [PATCH] Modify maven build to skip tests when building the readthedocs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 21b38d3b73..e5c0ffb1b1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ build: - openjdk-25-jdk jobs: pre_build: - - mvn clean install + - mvn clean install -DskipTests # Build from the docs/ directory with Sphinx sphinx: