From b40f2ba7a37e4cd328ec2be13eb2df7cd1f7eabc Mon Sep 17 00:00:00 2001 From: Tom Scogland Date: Mon, 18 Sep 2023 03:28:31 -0700 Subject: [PATCH] rtd: add new required build.os key Problem: RTD decided to require a new key to define the container, see this post: https://blog.readthedocs.com/use-build-os-config/ Solution: add keys to say we want jammy and python 3.10 to appease the yaml demons --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7d293e8ed..d507e210d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,3 +9,9 @@ sphinx: python: install: - requirements: doc/requirements.txt +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +