From ebfe9fd283429fbc06159f06953cb5403bfc59b3 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 30 Jul 2025 08:51:26 +0200 Subject: [PATCH] RTD: don't build PDF I don't think anybody uses the PDF documentation. Let's disable that. Related to #293. --- .readthedocs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0169bcab4a..c1ac5fedfe 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,9 +11,6 @@ sphinx: configuration: doc/conf.py fail_on_warning: True -formats: - - pdf - python: install: - requirements: doc/rtd_requirements.txt