From 8f422625c76afae4638cb481f45ef6c4f94aad9a Mon Sep 17 00:00:00 2001 From: Ouael SAHBI Date: Mon, 24 Nov 2025 11:21:21 -0500 Subject: [PATCH] Read the docs config --- .readthedocs.yml | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f5c674f..587f48c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,35 +1,15 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + sphinx: configuration: docs/source/conf.py python: - version: "3.9" install: - method: pip path: . - - - - - - - - - - - - - - - - - - - - - - - - - requirements: requirements.txt