X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=597a11d8392f6605422078cd9aff9d2828a87a25;hb=9ddce2b0e23655371aa311c94ce9605dcc74f74e;hp=70f19d8d426b801f431e605237c091e03a7409f1;hpb=8f6edd6dc328c8d368cdacc874360c1cfec475e8;p=nonrtric.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 70f19d8d..597a11d8 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-22.04 + tools: + python: "3.11" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py