From 1b291e7a90755f89cb507be8ce135bcf5beaae32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Mon, 24 Jul 2023 16:05:58 +0200 Subject: [PATCH] docs: fix rtd build --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b72ed47..34029f8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,14 @@ version: 2 formats: - pdf +build: + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.6 install: - requirements: docs/requirements.txt - method: pip path: . system_packages: false + \ No newline at end of file