X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=eb84485f878c5f8b2480a2dbd3fbc81d5edbac7e;hb=763b1470392049169298a04ac40e59a1e7189d62;hp=59702488ad01af6cc2406c4d1603c4ec1af8c260;hpb=5508f19154cdf71d01d65b67a1c79fdf80e365c3;p=nonrtric%2Fplt%2Fsme.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5970248..eb84485 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2022-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