From 15465f3d77cf9a02980f270f701ac2f547019bc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Thu, 4 Apr 2024 10:12:52 +0200
Subject: [PATCH] fixed docs build

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

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 393cba87..5ce3c4d7 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -3,6 +3,8 @@ build:
   os: ubuntu-22.04
   tools:
     python: "3.9"
-
+python:
+  install:
+    - psutil
 sphinx:
   configuration: docs/conf.py
-- 
GitLab