From e7adcbef2faf51abf44029964d1a1e5bc2aaed2a Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Tue, 29 Aug 2023 18:01:21 +0200 Subject: [PATCH] chore(rtd): use readthedocs v2 syntax --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 560aff3eb..2d561b88b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: configuration: docs/conf.py @@ -8,6 +13,5 @@ formats: - epub python: - version: 3.11 install: - requirements: requirements-docs.txt