Skip to content

Commit 17d4695

Browse files
committed
Merge remote-tracking branch 'upstream/agj/fix-jinja' into dockerize
2 parents 3eda02d + 62e9976 commit 17d4695

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2.1
22

3+
orbs:
4+
node: circleci/[email protected]
5+
36
commands:
47
run-tox:
58
description: "Run tox"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def run(self):
120120
install_requires=[
121121
'sphinx>=1.6',
122122
'docutils<0.18',
123+
'Jinja2<3.1',
123124
],
124125
tests_require=[
125126
'pytest',

0 commit comments

Comments
 (0)