From 82b34ed70e89e1c08d21730a4808a9b5a6e15591 Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:49:05 -0600 Subject: [PATCH] drop latexpdf from docs build --- .readthedocs.yaml | 5 +++-- Makefile | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0af33bb9..1d04e5cf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,5 +17,6 @@ python: - docs - test -# Build all formats for RTD Downloads - htmlzip, pdf, epub -formats: all +formats: + - epub + - htmlzip diff --git a/Makefile b/Makefile index 836444fa..2fac0807 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,6 @@ build-docs: check-docs-ci: build-docs build-docs-ci validate-newsfragments build-docs-ci: - $(MAKE) -C docs latexpdf $(MAKE) -C docs epub # release commands