From 6d4c586c097b78b0a485b8496d9d5cd8b7882211 Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Sun, 21 Jul 2024 14:07:56 +0200 Subject: [PATCH] docs: attempt to fix rtd builds --- .readthedocs.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5e2a7102..663ea97e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 -# use conda to install, because we need libusb -conda: - environment: docs/environment.yml + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + apt_packages: + - libusb-dev sphinx: configuration: docs/source/conf.py python: