From e1e0bfb6ef55ebe5a71418db53ccff8983c4b4b2 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Thu, 2 Feb 2023 04:33:32 +0000 Subject: [PATCH] Limit formats to html while debugging config. --- mps/.readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mps/.readthedocs.yaml b/mps/.readthedocs.yaml index 1325184f409..7d8f56dafd9 100644 --- a/mps/.readthedocs.yaml +++ b/mps/.readthedocs.yaml @@ -4,7 +4,8 @@ version: 2 -formats: all +formats: + - html build: os: ubuntu-22.04