From 80c0e1de83c412dca41bbf74e7066d17ed39ef2f Mon Sep 17 00:00:00 2001 From: Niklas Schmidtmer Date: Thu, 19 Oct 2023 16:13:15 +0200 Subject: [PATCH] Add mandatory build configuration to readthedocs --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index bdc188ed..6c0310aa 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: 3.8 + sphinx: builder: html configuration: docs/conf.py