From: Bob Halley Date: Sun, 7 May 2023 16:31:00 +0000 (-0700) Subject: try to make doco builds work again by upgrading the build image X-Git-Tag: v2.4.0rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986be5a5e19b2dcaeae973ea73df6a1757645ae6;p=thirdparty%2Fdnspython.git try to make doco builds work again by upgrading the build image --- 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