Skip to content

Commit dee589e

Browse files
authored
Fix jinja version (#115)
1 parent 4422b2d commit dee589e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.ci_pip_reqs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ sphinxcontrib-napoleon
77
sphinx-markdown-tables
88
sphinx-rtd-theme
99
recommonmark
10+
# https://github.com/spatialaudio/nbsphinx/issues/641
11+
Jinja2==3.0.3

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def absolute_links(txt):
8282
'nbsphinx>=0.8.2',
8383
'm2r>=0.2.1',
8484
'ipython>=7.21.0',
85+
# https://github.com/spatialaudio/nbsphinx/issues/641
86+
'Jinja2==3.0.3',
8587
]
8688
}
8789
)

0 commit comments

Comments
 (0)