From b0180de530b011e84701d70df2e823f99ea32aa8 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Mon, 2 Oct 2023 11:25:45 +0200 Subject: [PATCH] update readthedocs --- .readthedocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 14a30767..027a71cc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,9 +4,9 @@ formats: - htmlzip build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" python: install: @@ -14,7 +14,6 @@ python: path: . extra_requirements: - doc - system_packages: true # can contain TF and more packages sphinx: builder: html