From 5f82fa5eaf33340903dde89ad936e98f02a9e637 Mon Sep 17 00:00:00 2001 From: Micah Sandusky Date: Wed, 22 May 2024 16:05:15 -0600 Subject: [PATCH] change read the docs schema --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e2fa3c..a1e5628 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,8 +3,12 @@ sphinx: configuration: docs/conf.py fail_on_warning: false +build: + os: ubuntu-22.04 + tools: + python: "3.10" + python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip