Skip to content

Commit

Permalink
pin jinja2 for docs failure?
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Mar 24, 2022
1 parent 5ddee21 commit 1d3f891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
'doc': ['ipython', 'matplotlib', 'sphinx == 3.1.2',
'pydata-sphinx-theme == 0.8.0', 'sphinx-gallery',
'docutils == 0.15.2', 'pillow', 'netcdf4', 'siphon',
'sphinx-toggleprompt >= 0.0.5', 'pvfactors'],
'sphinx-toggleprompt >= 0.0.5', 'pvfactors',
'jinja2<3.1', # https://github.com/sphinx-doc/sphinx/issues/10291
],
'test': TESTS_REQUIRE
}
EXTRAS_REQUIRE['all'] = sorted(set(sum(EXTRAS_REQUIRE.values(), [])))
Expand Down

0 comments on commit 1d3f891

Please sign in to comment.