From e4d40e406fdbe7f87618f84bed169a6836df1550 Mon Sep 17 00:00:00 2001 From: Ontolocy Date: Fri, 3 Apr 2026 16:48:33 +0100 Subject: [PATCH] update readthedocs build --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dc957e2..1148ceb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: python: "3.8" @@ -16,5 +16,5 @@ mkdocs: # Optionally declare the Python requirements required to build your docs python: - install: - - requirements: docs/requirements.txt \ No newline at end of file + install: + - requirements: docs/requirements.txt