Skip to content

Commit 6ec4b33

Browse files
authored
fix tox -e docs by pinning Jinja2 (#10492)
[run python]
1 parent 22f1dcd commit 6ec4b33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist = docs, flake8
44
[testenv:docs]
55
skip_install = true
66
deps =
7+
Jinja2==3.0.3
78
Sphinx==1.8.2
89

910
commands = sphinx-build -b html -d ../build/doctrees docs/source ../build/docs/api/py {posargs}

0 commit comments

Comments
 (0)