Ver Fonte

RTD: Change OS image to Ubuntu 22.04

This should hopefully fix build errors due to a recent OpenSSL change in urllib3
Max Hilbrunner há 2 anos atrás
pai
commit
1564341fca
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .readthedocs.yml

+ 1 - 1
.readthedocs.yml

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