Skip to content

Commit e7f0dc3

Browse files
committed
try pinning jinja2 again
1 parent 3948705 commit e7f0dc3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Required by Read the Docs.
22
sphinx>=4,<5
33
sphinx_autodoc_typehints>=1.7,<2
4+
jinja2>=3.0,<3.1 # fix sphinx failing, see: https://github.com/sphinx-doc/sphinx/issues/10291

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ commands =
4848
coverage erase
4949

5050
[testenv:docs]
51-
basepython = python3.8
51+
basepython = python3.9
5252
deps =
5353
{[testenv]deps}
5454
sphinx>=4,<5
5555
sphinx_autodoc_typehints>=1.7,<2
56+
jinja2>=3.0,<3.1 # fix sphinx failing, see: https://github.com/sphinx-doc/sphinx/issues/10291
5657
changedir = docs
5758
commands =
5859
sphinx-build {posargs:-nWT} -b doctest -d {envtmpdir}/doctrees . {envtmpdir}/html

0 commit comments

Comments
 (0)