diff options
author | Bob Halley <halley@dnspython.org> | 2023-05-07 09:31:00 -0700 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2023-05-07 09:31:00 -0700 |
commit | 986be5a5e19b2dcaeae973ea73df6a1757645ae6 (patch) | |
tree | 554dbef89bffe482bf630b6fcedbd69e620ff469 | |
parent | 43b1ad74cae6d5ee84c418ab73a5c11aec49714d (diff) | |
download | dnspython-986be5a5e19b2dcaeae973ea73df6a1757645ae6.tar.gz |
try to make doco builds work again by upgrading the build image
-rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 6535784..5eeef3b 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 |