Просмотр исходного кода

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 лет назад
Родитель
Сommit
1564341fca
1 измененных файлов с 1 добавлено и 1 удалено
  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