Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/agj/fix-jinja' into dockerize
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Aug 17, 2022
2 parents 3eda02d + 62e9976 commit 17d4695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
node: circleci/node@5.0.2

commands:
run-tox:
description: "Run tox"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def run(self):
install_requires=[
'sphinx>=1.6',
'docutils<0.18',
'Jinja2<3.1',
],
tests_require=[
'pytest',
Expand Down

0 comments on commit 17d4695

Please sign in to comment.