requirements-docs.txt: add pillow=11.2.1 68/14468/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 3 Jul 2025 02:28:04 +0000 (10:28 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 3 Jul 2025 04:13:57 +0000 (04:13 +0000)
Issue-ID: INF-497

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I684a37091d74da03335bebcf9f68f537c277459a
(cherry picked from commit 94d07e4ecc3023d0c91ed9b8622a6c68566a0f03)

docs/requirements-docs.txt
docs/tox.ini

index 1b72eea..f2e9553 100644 (file)
@@ -1,3 +1,4 @@
+pillow==11.2.1
 sphinx
 sphinx-rtd-theme>=1.0.0
 docutils<0.17
index 256c184..a744f43 100644 (file)
@@ -9,6 +9,7 @@ skipsdist = true
 [testenv:docs]
 basepython = python3
 deps = 
+    pillow==11.2.1
     sphinx
     sphinx-rtd-theme
     sphinxcontrib-httpdomain
@@ -23,11 +24,13 @@ allowlist_externals = echo
 
 [testenv:docs-linkcheck]
 basepython = python3
-deps = sphinx
-       sphinx-rtd-theme
-       sphinxcontrib-httpdomain
-       recommonmark
-       lfdocs-conf
-       urllib3~=1.26.15
+deps = 
+    pillow==11.2.1
+    sphinx
+    sphinx-rtd-theme
+    sphinxcontrib-httpdomain
+    recommonmark
+    lfdocs-conf
+    urllib3~=1.26.15
 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck