From faf636bd04429365457dd24c860096f63cbb818b Mon Sep 17 00:00:00 2001 From: Brian Long Date: Wed, 21 Aug 2024 15:12:27 -0700 Subject: [PATCH] Update readthedocs.yml make readthedocs config compatible with latest requirements --- readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index e1f637030..658e1294f 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,9 +1,12 @@ version: 2 + build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.10" python: - version: 3.6 + version: 3.10 install: - requirements: requirements/REQUIREMENTS-CI.txt - method: pip