From: czichy Date: Thu, 31 Aug 2023 13:05:08 +0000 (+0300) Subject: Updates due to readthedocs ifc changes X-Git-Tag: 6.0.4~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=daee5ada96c185cc5cf89ba2855fba3028a3ac18;p=ric-plt%2Fe2.git Updates due to readthedocs ifc changes Change-Id: I5b39b2c41566c31e529191db42482707534b5543 Signed-off-by: czichy --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..35bc626 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,11 @@ formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: 3.7 python: - version: 3.7 install: - requirements: docs/requirements-docs.txt diff --git a/docs/release-notes.rst b/docs/release-notes.rst index cc368fc..557c5e6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -19,7 +19,6 @@ Release-Notes ============= - This document provides the release notes for the Bronze release of E2Terminator .. contents:: diff --git a/tox.ini b/tox.ini index db50ddf..1a85e89 100644 --- a/tox.ini +++ b/tox.ini @@ -14,13 +14,14 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3 @@ -29,4 +30,6 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 + commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck