From f9925e0b17d14d500a521299e07e04604d76c0fe Mon Sep 17 00:00:00 2001 From: Wolfgang Waltenberger Date: Thu, 7 Dec 2023 10:30:20 +0100 Subject: [PATCH] yml file for readthedocs changed requirements --- .readthedocs.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 75db84705f..88bf484b03 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,13 @@ # .readthedocs.yml build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/manual/source/conf.py python: - version: 3.6 - setup_py_install: true + install: + - requirements: docs/manual/requirements.txt