From a07e23804ae28ac20aa08df8b9009eb8f101f76b Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 2 Oct 2022 00:28:50 +0300 Subject: [PATCH] Update RTD build --- .readthedocs.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ea90a3dc..5b427a36 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,17 @@ version: 2 +build: + on: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - method: pip + path: . + - requirements: requirements/docs.txt + sphinx: configuration: docs/conf.py formats: all - -python: - version: "3.8" - install: - - requirements: requirements/docs.txt