diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-23 17:00:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-23 17:01:27 -0400 |
commit | e20d12422f079e2f6bb9043b204a8ea99a3d6f28 (patch) | |
tree | 2167ffdb0f4a2ffea45148f8d71bd73516f388b1 | |
parent | c1cda7644668f865152fd158dca4501d88420a38 (diff) | |
download | python-coveragepy-git-e20d12422f079e2f6bb9043b204a8ea99a3d6f28.tar.gz |
Build all the doc formats
-rw-r--r-- | .readthedocs.yml | 7 |
1 files 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 |