From 6864461e458fe0af035644fa9c5c9fc3a177970e Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Wed, 11 Sep 2024 23:23:31 +0530 Subject: [PATCH] rtd: fix config file --- .readthedocs.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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