From deb9e2f19d9e5cc45d748729edb76e64cb42ed15 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Mon, 18 Sep 2023 10:35:45 -0400 Subject: [PATCH] update python version for RTD docs build --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8fdcd62ac..b97fcf759 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,14 +3,13 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" sphinx: configuration: docs/source/conf.py #formats: all formats: - htmlzip python: - version: "3.8" install: - requirements: requirements-sys.txt - requirements: requirements-doc.txt