From 0e30afaf30170b453de31697de3adfed36fc4cc5 Mon Sep 17 00:00:00 2001
From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com>
Date: Sat, 27 Jul 2024 07:49:07 +0200
Subject: [PATCH] Update readthedocs.yaml

---
 readthedocs.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/readthedocs.yaml b/readthedocs.yaml
index 67c9c31..494fe60 100644
--- a/readthedocs.yaml
+++ b/readthedocs.yaml
@@ -4,6 +4,14 @@ version: 2
 sphinx:
   configuration: docs/conf.py
 
+
+# Specify the OS and Python version used by Read the Docs
+build:
+  os: ubuntu-20.04
+  tools:
+    python: "3.10"
+
+
 # Optionally specify the Python version used by Read the Docs
 python:
   version: 3.10