From d403a942a4d01f09536f1268bd8ff5fdcef112b3 Mon Sep 17 00:00:00 2001 From: Ilya Flyamer Date: Thu, 19 Oct 2023 16:29:37 +0200 Subject: [PATCH] Update .readthedocs.yaml Fix docs? --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bf6ea2b..0a8c96e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,10 @@ # Required version: 2 - +build: + os: ubuntu-22.04 + tools: + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py