From dd55b72f8be5637d4a9a963bd88fd391c4c9286f Mon Sep 17 00:00:00 2001 From: dachengx Date: Sun, 5 Nov 2023 20:22:19 -0600 Subject: [PATCH] Update readthedocs configuration --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b961408b..eceb71f7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,10 +7,11 @@ sphinx: configuration: docs/source/conf.py build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.9" python: - version: "3.8" install: - requirements: requirements.txt - requirements: docs/requirements-docs.txt