From b18a9e92b33e1fd7978b8907bf65eead765422b8 Mon Sep 17 00:00:00 2001 From: ktimoney Date: Mon, 4 Sep 2023 15:53:29 +0100 Subject: [PATCH] Update readthedocs config Issue-ID: NONRTRIC-921 Change-Id: I33536b4f4d9f81ecd149cd96acca1d4464a78bb6 Signed-off-by: ktimoney --- .readthedocs.yaml | 9 +++++---- docs/index.rst | 2 +- docs/requirements-docs.txt | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd96bc1..2169075 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2021-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,12 +22,13 @@ 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 diff --git a/docs/index.rst b/docs/index.rst index b1dbe0c..d79eb93 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2021 Nordix +.. Copyright (C) 2021-2023 Nordix Non-RT RIC O-RU Fronthaul Recovery Use Case ============================================ diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index b906ffc..73f287e 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -2,9 +2,10 @@ tox Sphinx doc8 docutils < 0.17 +urllib3~=1.26.15 setuptools six sphinx_rtd_theme sphinxcontrib-needs sphinx_bootstrap_theme -lfdocs-conf \ No newline at end of file +lfdocs-conf -- 2.16.6