From 94d07e4ecc3023d0c91ed9b8622a6c68566a0f03 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jul 2025 10:28:04 +0800 Subject: [PATCH] requirements-docs.txt: add pillow=11.2.1 Issue-ID: INF-497 Signed-off-by: Jackie Huang Change-Id: I684a37091d74da03335bebcf9f68f537c277459a --- docs/requirements-docs.txt | 1 + docs/tox.ini | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 1b72eeae..f2e95535 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,3 +1,4 @@ +pillow==11.2.1 sphinx sphinx-rtd-theme>=1.0.0 docutils<0.17 diff --git a/docs/tox.ini b/docs/tox.ini index 256c1840..a744f43d 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -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 -- 2.16.6