From d1338ef80e35929cffa912ca7169b964d61c452d Mon Sep 17 00:00:00 2001 From: Fred C Date: Mon, 22 Jan 2024 16:54:10 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2fdef43..aea7014 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,11 +3,11 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.7" + python: "3.8" python: install: - - requirements: 'docs/source/requirements.txt' + - requirements: 'docs/requirements.txt' sphinx: configuration: 'docs/source/conf.py'