From e20d12422f079e2f6bb9043b204a8ea99a3d6f28 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 23 Sep 2020 17:00:51 -0400 Subject: Build all the doc formats --- .readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ed3737fb..8c96c02f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,8 +10,11 @@ sphinx: builder: html configuration: doc/conf.py -# No other formats than HTML -formats: [] +# Build all the formats +formats: + - epub + - htmlzip + - pdf python: version: 3.7 -- cgit v1.2.1