From f01c803d8056a4566ce947c2cda9214d24d253f2 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Tue, 29 Aug 2023 10:37:49 +0200 Subject: [PATCH] chore(rtd): fix docs build on readthedocs.io --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 143959438..560aff3eb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,6 +8,6 @@ formats: - epub python: - version: 3.8 + version: 3.11 install: - requirements: requirements-docs.txt