Updates due to readthedocs ifc changes 12/11712/1
authorczichy <thoralf.czichy@nokia.com>
Thu, 31 Aug 2023 13:05:08 +0000 (16:05 +0300)
committerczichy <thoralf.czichy@nokia.com>
Thu, 31 Aug 2023 13:05:08 +0000 (16:05 +0300)
Change-Id: I5b39b2c41566c31e529191db42482707534b5543
Signed-off-by: czichy <thoralf.czichy@nokia.com>
.readthedocs.yaml
docs/release-notes.rst
tox.ini

index 3797dc8..35bc626 100644 (file)
@@ -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
 
index cc368fc..557c5e6 100644 (file)
@@ -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 (file)
--- 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