Fix read the docs validation job 14/143214/6 master
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 13 Feb 2026 07:16:16 +0000 (08:16 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 13 Feb 2026 11:31:25 +0000 (12:31 +0100)
- adjust the requirements-docs.txt to declare a sphinx
  version that is compatible with the externally
  required 4.4.0 version of sphinx

Issue-ID: OOM-3381
Change-Id: I3f79bf6c453f6bd8d3fb2c65e8f5d30e2dbda344
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
docs/requirements-docs.txt
docs/tox.ini
requirements.txt
tox.ini

index b1cb5ca..60b1780 100644 (file)
@@ -1,5 +1,5 @@
-sphinx>=4.2.0  # BSD
-sphinx-rtd-theme>=1.0.0  # MIT
+sphinx>=7.1.2
+sphinx-rtd-theme>=2.0.0  # MIT
 sphinxcontrib-blockdiag  # BSD
 sphinxcontrib-seqdiag # BSD
 sphinxcontrib-spelling
index b0a7bba..cdad99d 100644 (file)
@@ -7,7 +7,7 @@ skipsdist = true
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements-docs.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
 allowlist_externals = sudo
 commands =
@@ -18,7 +18,7 @@ commands =
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements-docs.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
 allowlist_externals = sudo
 commands =
@@ -29,10 +29,9 @@ commands =
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements-docs.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
 allowlist_externals = sudo
 commands =
     sudo apt install graphviz
     sphinx-build -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
-
index 46557ea..0f66fd1 100644 (file)
@@ -1,5 +1,5 @@
-sphinx
-sphinx-rtd-theme>=1.0.0  # MIT
+sphinx>=7.1.2
+sphinx-rtd-theme>=2.0.0  # MIT
 doc8
 docutils
 six
diff --git a/tox.ini b/tox.ini
index 050a9b0..22139bc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ ignore-path-errors=docs/sections/resources/helm/helm-search.txt;D001
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    ; ; -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 commands =
  - doc8 docs/
@@ -24,7 +24,7 @@ commands =
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 allowlist_externals = sudo
 commands =
@@ -35,7 +35,7 @@ commands =
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 allowlist_externals = sudo
 commands =
@@ -49,7 +49,7 @@ allowlist_externals =
     sudo
 deps =
     -r{toxinidir}/requirements.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 changedir={toxinidir}/docs
 commands =
@@ -61,7 +61,7 @@ commands =
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 commands =
   gitlint
@@ -84,7 +84,7 @@ commands =
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 commands =
     autopep8 --max-line-length 120 --in-place --recursive kubernetes/ TOSCA/ docs/
@@ -93,7 +93,7 @@ commands =
 basepython = python3.8
 deps =
     -r{toxinidir}/requirements.txt
-    -chttps://releases.openstack.org/constraints/upper/yoga
+    -chttps://releases.openstack.org/constraints/upper/yoga
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 allowlist_externals = find
 commands =