From 487930d1b90b2d1a8955639a49defefd465c272f Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Mon, 18 Dec 2023 16:43:11 -0500 Subject: [PATCH] add os option --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index f41ab7436..50a7541f8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py