From 1fe23bdd29a8f2f6802c2038702ff7a5d0e21a0d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 18 Nov 2021 09:47:12 +0000 Subject: [PATCH] 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? --- .readthedocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 18f81acab27..bde8b64da0f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,7 +15,4 @@ python: install: - requirements: docs/requirements.txt -formats: - - epub - - pdf - - htmlzip +formats: all