blob: eb84485f878c5f8b2480a2dbd3fbc81d5edbac7e [file] [log] [blame]
elinuxhenrik98f26312022-12-16 07:53:37 +01001# ============LICENSE_START===============================================
ktimoneyaf08a0c2023-09-04 14:27:59 +01002# Copyright (C) 2022-2023 Nordix Foundation. All rights reserved.
elinuxhenrik98f26312022-12-16 07:53:37 +01003# ========================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# ============LICENSE_END=================================================
16#
17
18---
19version: 2
20
21formats:
22 - htmlzip
23
24build:
ktimoneyaf08a0c2023-09-04 14:27:59 +010025 os: ubuntu-22.04
26 tools:
27 python: "3.11"
elinuxhenrik98f26312022-12-16 07:53:37 +010028
29python:
elinuxhenrik98f26312022-12-16 07:53:37 +010030 install:
ktimoneyaf08a0c2023-09-04 14:27:59 +010031 - requirements: docs/requirements-docs.txt
elinuxhenrik98f26312022-12-16 07:53:37 +010032
33sphinx:
34 configuration: docs/conf.py