From 577078fe01da6d876edda6f3ccbd1b5d074aeb6e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 9 Apr 2024 20:34:42 -0700 Subject: [PATCH] ReadTheDocs formats: - pdf - epub --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aa15c7c..e2b32ed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,3 +14,7 @@ python: path: . extra_requirements: - docs + +formats: +- pdf +- epub