summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2023-05-07 09:31:00 -0700
committerBob Halley <halley@dnspython.org>2023-05-07 09:31:00 -0700
commit986be5a5e19b2dcaeae973ea73df6a1757645ae6 (patch)
tree554dbef89bffe482bf630b6fcedbd69e620ff469
parent43b1ad74cae6d5ee84c418ab73a5c11aec49714d (diff)
downloaddnspython-986be5a5e19b2dcaeae973ea73df6a1757645ae6.tar.gz
try to make doco builds work again by upgrading the build image
-rw-r--r--.readthedocs.yml4
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