We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4422b2d commit dee589eCopy full SHA for dee589e
.ci_pip_reqs.txt
@@ -7,3 +7,5 @@ sphinxcontrib-napoleon
7
sphinx-markdown-tables
8
sphinx-rtd-theme
9
recommonmark
10
+# https://github.com/spatialaudio/nbsphinx/issues/641
11
+Jinja2==3.0.3
setup.py
@@ -82,6 +82,8 @@ def absolute_links(txt):
82
'nbsphinx>=0.8.2',
83
'm2r>=0.2.1',
84
'ipython>=7.21.0',
85
+ # https://github.com/spatialaudio/nbsphinx/issues/641
86
+ 'Jinja2==3.0.3',
87
]
88
}
89
)
0 commit comments