blob: 26aaa652e6b0d846d2d7291a0d6bc3cd3132c0b7 [file] [log] [blame]
halil.cakala93968a2022-08-12 09:42:58 +01001# ============LICENSE_START===============================================
ktimoney55695c92023-09-01 14:03:17 +01002# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
DenisGNoonane4d57262024-05-09 17:54:26 +01003# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
halil.cakala93968a2022-08-12 09:42:58 +01004# ========================================================================
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
elinuxhenrik02cb6012022-04-04 13:07:36 +020019---
20version: 2
21
22formats:
23 - htmlzip
24
25build:
ktimoney55695c92023-09-01 14:03:17 +010026 os: ubuntu-22.04
27 tools:
28 python: "3.11"
DenisGNoonane4d57262024-05-09 17:54:26 +010029 jobs:
30 post_build:
31 - cp -v docs/offeredapis/openapitoolgen/offeredapis/pms-api/pms-api.html $READTHEDOCS_OUTPUT/html
elinuxhenrik02cb6012022-04-04 13:07:36 +020032
33python:
elinuxhenrik02cb6012022-04-04 13:07:36 +020034 install:
ktimoney55695c92023-09-01 14:03:17 +010035 - requirements: docs/requirements-docs.txt
elinuxhenrik02cb6012022-04-04 13:07:36 +020036
37sphinx:
38 configuration: docs/conf.py