From e817c23bef53ecbfdad2ac76e83d2e5b7074f8a0 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 18 Oct 2023 12:50:11 +0200 Subject: [PATCH] Update .readthedocs.yml ReadTheDocs config needs to be updated> https://blog.readthedocs.com/migrate-configuration-v2/ --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index fc9ce49..74b2132 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + mkdocs: configuration: mkdocs.yml python: - version: 3.8 install: - requirements: docs/requirements.txt