From 6e2c907e2f4795c450d3400229c1ccce23e041d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Mon, 18 Sep 2023 16:14:24 +0200 Subject: [PATCH] Remove deprecated system_packages and bump Python version in .readthedocs.yaml --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 19ed9fc5..addc562a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: # "os" and "tools" are required to be able to use "jobs" os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" jobs: pre_build: - echo "Creating an index.html to work around not being able to set the default web page.." @@ -26,4 +26,3 @@ sphinx: python: install: - requirements: requirements.txt - system_packages: true # Allow use of system packages