X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=70f19d8d426b801f431e605237c091e03a7409f1;hb=df61b02070956cac9ec7429281dc78ba853b46ed;hp=b45b11d2b31858776eec46372b21b9dba330ab95;hpb=e6b4d27d99570c34271d3176c6969bc5bc46a039;p=nonrtric.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b45b11d2..70f19d8d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,16 +1,35 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2020-2022 Nordix Foundation +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= --- -version 2 +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 formats: - - htmlzip + - htmlzip build: - image: latest + image: latest python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt + version: 3.7 + install: + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py