From a0e9ae3c258c62221f8603e2944265f27ba07c14 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 18 Oct 2020 11:20:33 -0700 Subject: [PATCH] Build extra formats with Read the Docs --- .readthedocs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..bfb70bcc --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,12 @@ +# https://docs.readthedocs.io/en/stable/config-file/v2.html + +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: + - pdf + - epub + - htmlzip + - xml