From 087a7ee06376f7d51c0664d25de8ccb18b76b32e Mon Sep 17 00:00:00 2001
From: Sebastiaan Huber <mail@sphuber.net>
Date: Thu, 26 Oct 2023 14:11:52 +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 246f3c6a..df0ea532 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: .