From e67d08970fa6fd41fd695ec3aa5b76f2ceefff15 Mon Sep 17 00:00:00 2001 From: kolo Date: Sat, 11 Oct 2025 20:03:36 +0300 Subject: [PATCH] fix: docs config --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4fb3028..c54fd88 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,9 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + sphinx: configuration: docs/conf.py