Skip to content

Commit 1d3f891

Browse files
committed
pin jinja2 for docs failure?
1 parent 5ddee21 commit 1d3f891

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
'doc': ['ipython', 'matplotlib', 'sphinx == 3.1.2',
5757
'pydata-sphinx-theme == 0.8.0', 'sphinx-gallery',
5858
'docutils == 0.15.2', 'pillow', 'netcdf4', 'siphon',
59-
'sphinx-toggleprompt >= 0.0.5', 'pvfactors'],
59+
'sphinx-toggleprompt >= 0.0.5', 'pvfactors',
60+
'jinja2<3.1', # https://github.com/sphinx-doc/sphinx/issues/10291
61+
],
6062
'test': TESTS_REQUIRE
6163
}
6264
EXTRAS_REQUIRE['all'] = sorted(set(sum(EXTRAS_REQUIRE.values(), [])))

0 commit comments

Comments
 (0)