summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml7
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