From 1be109165b39ddcbe205d761a922b257c987ab11 Mon Sep 17 00:00:00 2001 From: Jannik Kissinger Date: Wed, 10 Apr 2024 10:27:33 +0200 Subject: [PATCH] Bugfix readthedocs config error (#53) --- readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 14e24c1..c655b9a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,6 +4,10 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -14,6 +18,5 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt