X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=26aaa652e6b0d846d2d7291a0d6bc3cd3132c0b7;hb=HEAD;hp=7f0136edf84af8fdf1749f78303df43f0aa894cb;hpb=a93968a44544df3906cf858ca41e29a9ff79c4b8;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f0136e..26aaa65 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2020-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-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 -v docs/offeredapis/openapitoolgen/offeredapis/pms-api/pms-api.html $READTHEDOCS_OUTPUT/html python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py