From cb953593ad230e2ef112214509016f4f7a39fe68 Mon Sep 17 00:00:00 2001
From: Bardhyl Miftari <bmiftari@MacBook-Pro-de-Bardhyl.local>
Date: Fri, 17 Nov 2023 14:25:47 +0100
Subject: [PATCH] update readthedocs.yaml

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

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 4b8cc9c..1e843b2 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -12,3 +12,7 @@ build:
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
    configuration: docs/source/conf.py
+
+python:
+  install:
+    - requirements: docs/requirements.txt
\ No newline at end of file
-- 
GitLab