diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 93d465b4..a5e9269b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,16 @@ version: 2 -formats: all -conda: - environment: environment.yml +build: + os: ubuntu-22.04 + + tools: + python: "3.11" + + apt_packages: + - libpango1.0-dev + python: - version: 3.8 install: - method: pip path: . + +formats: all