From de32033d24366d7b488643bdb99650770ceddc1c Mon Sep 17 00:00:00 2001 From: Evgeny Prilepin Date: Fri, 11 Apr 2025 00:12:43 +0100 Subject: [PATCH] build: fix rtd config --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 27c5f8a..48761eb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: builder: html @@ -16,7 +21,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.11 install: - method: pip path: .