From 4e766761d00759e9c53d37ca0c04e2872cba6006 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Sat, 20 May 2023 09:36:23 -0400 Subject: [PATCH] misc: update readthedocs config (#4009) Now required: https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c1c9ab23..b16bf0d4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,7 @@ sphinx: fail_on_warning: false build: + os: "ubuntu-22.04" tools: python: "3.9"