Skip to content

Commit

Permalink
Update readthedocs config
Browse files Browse the repository at this point in the history
Issue-ID: NONRTRIC-921
Change-Id: I33536b4f4d9f81ecd149cd96acca1d4464a78bb6
Signed-off-by: ktimoney <[email protected]>
  • Loading branch information
ktimoney committed Sep 4, 2023
1 parent 1b9be4b commit b18a9e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -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
============================================
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
lfdocs-conf

0 comments on commit b18a9e9

Please sign in to comment.