From 10e3c151f61cb77bfaf23fa44e464d12576b62d5 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 8 Nov 2022 12:50:55 +0200 Subject: [PATCH] readthedocs: enable all formats Ticket: #5654 --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bc23deb5f0..4455c2901e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,8 @@ # Required by Read The Docs version: 2 +formats: all + python: version: "3.8" -- 2.47.2