blob: 62a44d850bbc9389f451e23cfb409e7ee55df0af [file] [log] [blame]
DenisGNoonan81f1cae2024-05-10 16:24:53 +01001# ============LICENSE_START===============================================
2# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
3# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
4# ========================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# ============LICENSE_END=================================================
17#
18
Jessica Wagantall449c8be2020-02-06 13:25:49 -080019---
20# .readthedocs.yml
21# Read the Docs configuration file
22# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
23# Required
Cédric Ollivier68e2a7f2023-06-26 14:20:26 +020024
Jessica Wagantall449c8be2020-02-06 13:25:49 -080025version: 2
Jessica Wagantall449c8be2020-02-06 13:25:49 -080026build:
DenisGNoonan81f1cae2024-05-10 16:24:53 +010027 os: "ubuntu-20.04"
Cédric Ollivier68e2a7f2023-06-26 14:20:26 +020028 tools:
29 python: "3.8"
DenisGNoonan81f1cae2024-05-10 16:24:53 +010030 jobs:
31 post_build:
32 - mkdir -p ${READTHEDOCS_OUTPUT}html/openapi
raviteja.karumuri7e9f04c2024-09-18 11:05:26 +010033 - cp -v -r docs/offeredapis/openapitoolgen/offeredapis/pms-api/* ${READTHEDOCS_OUTPUT}html/openapi
Jessica Wagantall449c8be2020-02-06 13:25:49 -080034
35python:
Jessica Wagantall449c8be2020-02-06 13:25:49 -080036 install:
Cédric Ollivier68e2a7f2023-06-26 14:20:26 +020037 - requirements: docs/requirements-docs.txt
Jessica Wagantall449c8be2020-02-06 13:25:49 -080038
39sphinx:
40 configuration: docs/conf.py