diff --git a/.readthedocs.yml b/.readthedocs.yml index 47b85616..d21a63a4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,15 +1,11 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" apt_packages: - libnuma1 - -python: - version: 3.8 - install: - - method: pip - path: . + tools: + python: "3.9" conda: environment: conda/environments/builddocs.yml