From 986be5a5e19b2dcaeae973ea73df6a1757645ae6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 7 May 2023 09:31:00 -0700 Subject: [PATCH] try to make doco builds work again by upgrading the build image --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 65357846..5eeef3b7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,6 @@ sphinx: formats: [] python: - version: 3.7 install: - requirements: doc/requirements.txt - method: pip @@ -15,3 +14,6 @@ python: - dnssec - idna - doh + +build: + os: ubuntu-22.04 -- 2.47.3