From d6f5eefa2866253e0049aa5ae35dc728e62920fd Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Tue, 9 May 2023 11:21:26 -0400 Subject: [PATCH] Revise .readthedocs.yaml cfg file --- .readthedocs.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24d4f738c..f334b70c2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt