From fd47e57f4b0d5f7920903490bce13bc9e49d8dba Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Mon, 14 Oct 2024 11:57:47 -0700 Subject: [PATCH] [Docs] Remove PDF build from Readtehdocs (#9347) --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f1959ad2..42cbf18a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,10 +13,10 @@ sphinx: fail_on_warning: true # If using Sphinx, optionally build your docs in additional formats such as PDF -formats: - - pdf +formats: [] # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/requirements-docs.txt +