From 83a3ccb991d84fc788e6df954f5f3a64ca083298 Mon Sep 17 00:00:00 2001 From: Simon Suo <simonsdsuo@gmail.com> Date: Sat, 6 May 2023 11:56:23 -0400 Subject: [PATCH] Only build default HTML in readthedocs (#2590) wip --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3170150b5..fef23130f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,14 @@ version: 2 + sphinx: configuration: docs/conf.py + build: image: testing -formats: all + +# NOTE: only build default HTML +# formats: all + python: version: 3.9 install: -- GitLab