From daee5ada96c185cc5cf89ba2855fba3028a3ac18 Mon Sep 17 00:00:00 2001 From: czichy Date: Thu, 31 Aug 2023 16:05:08 +0300 Subject: [PATCH] Updates due to readthedocs ifc changes Change-Id: I5b39b2c41566c31e529191db42482707534b5543 Signed-off-by: czichy --- .readthedocs.yaml | 5 +++-- docs/release-notes.rst | 1 - tox.ini | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) 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 -- 2.16.6