From 60125eb1313a5e974f9878926744496c54bf0df6 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 18 Feb 2025 10:23:07 +0800 Subject: [PATCH] CI: Disable building PDF documentation in ReadTheDocs --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 05e89e5b1c3..5adb50c3d4d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -36,8 +36,8 @@ sphinx: configuration: doc/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF -formats: - - pdf +# formats: +# - pdf # Optionally declare the Python requirements required to build your docs conda: