X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=a01ff32dc0b2006f262ed5b674c62a182479e7cb;hb=1185ffb96038b41f1069250807345c26dde8a27f;hp=30f3f566b6cc3515041840176fd41d817503ab6b;hpb=034420f4bd7502c59fbd6c3ce6508687194028d0;p=portal%2Fnonrtric-controlpanel.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 30f3f56..a01ff32 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2019-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2019-2023 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,12 +22,13 @@ formats: - htmlzip build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py