X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=.readthedocs.yaml;h=3fd1760f0fdb12680467ac9a019114222a9aa733;hb=HEAD;hp=59702488ad01af6cc2406c4d1603c4ec1af8c260;hpb=98f263137c38d750a6bb1c5d6a3a59ef21a27872;p=nonrtric%2Fplt%2Fsme.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5970248..3fd1760 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2022-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2024 OpenInfra Foundation Europe. 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 +23,16 @@ formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.11" + jobs: + post_build: + - cp --verbose --update docs/openapi/* $READTHEDOCS_OUTPUT/html python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py