From: Anil Belur Date: Fri, 15 Dec 2023 23:31:58 +0000 (+1000) Subject: CI: Update RTD configuration file X-Git-Tag: 2.0.0~7 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5a94aaaf8cf7c312faa1f6b7666793d4b89f8a81;p=portal%2Faiml-dashboard.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: If39eaa7b86fbdbff3a4b63be0a313c4406ff4973 Signed-off-by: Anil Belur --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b81d957..1c199e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,11 +7,11 @@ formats: build: os: "ubuntu-22.04" tools: - python: "3.7" + 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