From a76a91ac3b6f080738b62e844fe6c30251ea09b7 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Tue, 28 Oct 2025 16:50:00 +0900 Subject: [PATCH] readthedocs: use mvn --batch-mode Disables color and download progress output for more readable build logs. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 74ff9af3..4542f5e9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ build: - maven jobs: pre_build: - - mvn compile + - mvn --batch-mode compile sphinx: configuration: docs/conf.py python: