From 153ca8f525e7c3c49873ab52380b55be7c6c7661 Mon Sep 17 00:00:00 2001
From: Bardhyl Miftari <bmiftari@MacBook-Pro-de-Bardhyl.local>
Date: Wed, 6 Sep 2023 12:50:52 +0200
Subject: [PATCH] updating readthedocs image to os

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

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 1bab99a..4b8cc9c 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -4,6 +4,11 @@ version: 2
 formats:
    - pdf
 
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
    configuration: docs/source/conf.py
-- 
GitLab