From 3963e1d6f0416cd0c7430dfeabf383d635e661c2 Mon Sep 17 00:00:00 2001 From: James Adams Date: Tue, 26 Nov 2024 16:00:53 +0000 Subject: [PATCH] Specify OS and Python version for builds on RTD --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7ce2b26..d28116a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,11 @@ # Required version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "3" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py