-pillow==11.2.1
+pillow~=11.2.1
sphinx
sphinx-rtd-theme>=1.0.0
docutils<0.17
[testenv:docs]
basepython = python3
deps =
- pillow==11.2.1
+ pillow~=11.2.1
sphinx
sphinx-rtd-theme
sphinxcontrib-httpdomain
[testenv:docs-linkcheck]
basepython = python3
deps =
- pillow==11.2.1
+ pillow~=11.2.1
sphinx
sphinx-rtd-theme
sphinxcontrib-httpdomain
[testenv:docs]
basepython = python3
deps =
+ pillow~=11.2.1
sphinx
sphinx-rtd-theme
sphinxcontrib-httpdomain
[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
+