From 25120930766ffe88e3f308f06bdce9bee946d3ff Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 15 Jan 2025 16:17:05 -0800 Subject: [PATCH] Don't build PDF documentation anymore to fix RTD build issues --- .readthedocs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ccfc0840..43b85b58 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,10 +11,6 @@ version: 2 sphinx: configuration: docs/conf.py -# Optionally build your docs in additional formats such as PDF -formats: - - pdf - # Optionally set the version of Python and requirements required to build your docs build: os: ubuntu-22.04