From: Anil Belur Date: Fri, 15 Dec 2023 23:33:42 +0000 (+1000) Subject: CI: Update RTD configuration file X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e523508f2cb4c889b817cfd4ed86ddd794a0a67c;p=nonrtric.git CI: Update RTD configuration file RTD has finished their switch requiring version 2 of their configuration file and we must now update to work with it. Ref: https://blog.readthedocs.com/use-build-os-config/ Change-Id: If0707497dfd35692547275c405d73213bc6989a0 Signed-off-by: Anil Belur (cherry picked from commit b593154ee3bcca6835e768e7d8336d0837530434) --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8482a3ad..597a11d8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,13 +22,13 @@ formats: - htmlzip build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" python: install: - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py