From 426cc8f93c9aef6dba84399b381d96b6f14fee4e Mon Sep 17 00:00:00 2001 From: "anthropic-code-agent[bot]" <242468646+Claude@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:33:10 +0000 Subject: [PATCH 1/2] Initial plan From 8841156e928447fe4471f0226d2280873d0bdfa2 Mon Sep 17 00:00:00 2001 From: "anthropic-code-agent[bot]" <242468646+Claude@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:34:33 +0000 Subject: [PATCH 2/2] Update Read the Docs build to use ubuntu-22.04 - Replace deprecated ubuntu-20.04 with ubuntu-22.04 - Ensures builds continue working after June 1, 2026 - Ubuntu 22.04 is an LTS release with full support Agent-Logs-Url: https://github.com/NethServer/docs/sessions/ff472549-cce5-4c16-bc50-90a861c2dccb Co-authored-by: DavidePrincipi <2920838+DavidePrincipi@users.noreply.github.com> --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4a3741f5..7354c1e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,8 +1,8 @@ version: 2 # Set the version of Python and other tools you might need -build: - os: ubuntu-20.04 +build: + os: ubuntu-22.04 tools: python: "3.9"