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