Skip to content

Commit 7d4da87

Browse files
authored
Fix jinja2 dependency to avoid build error (#453)
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
1 parent 41713e8 commit 7d4da87

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
sphinx==3.0.3
21
breathe==4.18.0
2+
colcon-common-extensions==0.2.1
3+
colcon-mixin==0.1.8
34
doc8==0.8.0
5+
GitPython==3.1.1
6+
jinja2==3.0.3
7+
setuptools==46.1.3
8+
sphinx==3.0.3
49
sphinx_rtd_theme==0.4.3
510
sphinxcontrib.spelling==5.0.0
611
sphinxcontrib-imagehelper==1.1.1
7-
colcon-common-extensions==0.2.1
8-
colcon-mixin==0.1.8
912
vcstool==0.2.7
10-
GitPython==3.1.1
11-
setuptools==46.1.3

0 commit comments

Comments
 (0)