Browse Source

RTD: Change OS image to Ubuntu 22.04

This should hopefully fix build errors due to a recent OpenSSL change in urllib3
Max Hilbrunner 2 years ago
parent
commit
1564341fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .readthedocs.yml

+ 1 - 1
.readthedocs.yml

@@ -5,7 +5,7 @@
 version: 2
 version: 2
 
 
 build:
 build:
-  image: latest
+  os: ubuntu-22.04
 
 
 sphinx:
 sphinx:
   configuration: conf.py
   configuration: conf.py