Use newer RTD config syntax (#5774)

This commit is contained in:
Jakub Kuczys
2023-01-15 17:01:13 +01:00
committed by GitHub
parent a13870b45f
commit 0358aabd1f

View File

@@ -1,10 +1,11 @@
version: 2 version: 2
build: build:
image: latest os: "ubuntu-22.04"
tools:
python: "3.8"
python: python:
version: 3.8
install: install:
- method: pip - method: pip
path: . path: .