summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-11-18 09:47:12 +0000
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-11-18 12:23:50 +0100
commit3b09e86fa3303c6764469d2701ffe67fcaa5d4bc (patch)
tree30a4ffc609141b7e01ada5c1c8a350a2147e36f0
parentb41f669049ee2a8a16c90d31e4e58b68ced6fa60 (diff)
[4.0.x] Configured Read The Docs to build all formats.
`all` acts as an alias for all formats ([docs](https://docs.readthedocs.io/en/stable/config-file/v2.html#formats)). Whilst there are only three formats right now, this would auto expand to other formats in the future, which seems desirable? Backport of 1fe23bdd29a8f2f6802c2038702ff7a5d0e21a0d from main
-rw-r--r--.readthedocs.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 18f81acab2..bde8b64da0 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -15,7 +15,4 @@ python:
install:
- requirements: docs/requirements.txt
-formats:
- - epub
- - pdf
- - htmlzip
+formats: all