From 1d0d2596faa1eed1f8230c3d0277fc8807343053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Srokosz?= Date: Sat, 8 Jun 2024 13:53:25 +0200 Subject: [PATCH] Fix RTD file: add build.os section (#97) --- readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 4274a63..b3228e0 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -17,3 +17,8 @@ python: - requirements: docs/requirements.txt - method: setuptools path: . + +build: + os: ubuntu-22.04 + tools: + python: "3.10"