X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=8482a3adf545789b6a75ce250d8f029e3d660894;hb=refs%2Fchanges%2F82%2F12382%2F1;hp=70f19d8d426b801f431e605237c091e03a7409f1;hpb=43a4febe5f0a59e7a318303e6ba0b77a548f1f9f;p=nonrtric.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 70f19d8d..8482a3ad 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2020-2022 Nordix Foundation +# Copyright (C) 2020-2023 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,20 +16,19 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= --- -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 formats: - htmlzip build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py \ No newline at end of file