From 8a7bcf6ba3caf3191ad3085ea0c317f157aad11a Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Thu, 26 Oct 2023 13:54:12 +0200 Subject: [PATCH] Docs: Update ReadTheDocs configuration file Add the new required `build.os` key and fix it to Ubuntu 22.04 --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 95fc151..4732ebf 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: '3.8' + python: - version: 3.8 install: - method: pip path: .