From ed1f58697c529e996497bb638d8a90568fa004f4 Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Fri, 18 Aug 2023 07:50:18 -0700 Subject: [PATCH] [readthedocs] add build.os setting --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd303691..368405fc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py