From 7d4da87af9bd3e237251142d67a752330338b383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Bueno=20L=C3=B3pez?= <69244257+JLBuenoLopez-eProsima@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:13:35 +0100 Subject: [PATCH] Fix jinja2 dependency to avoid build error (#453) Signed-off-by: JLBuenoLopez-eProsima Signed-off-by: JLBuenoLopez-eProsima --- docs/requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3bd1a6ccf..ca6dc1714 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,11 +1,12 @@ -sphinx==3.0.3 breathe==4.18.0 +colcon-common-extensions==0.2.1 +colcon-mixin==0.1.8 doc8==0.8.0 +GitPython==3.1.1 +jinja2==3.0.3 +setuptools==46.1.3 +sphinx==3.0.3 sphinx_rtd_theme==0.4.3 sphinxcontrib.spelling==5.0.0 sphinxcontrib-imagehelper==1.1.1 -colcon-common-extensions==0.2.1 -colcon-mixin==0.1.8 vcstool==0.2.7 -GitPython==3.1.1 -setuptools==46.1.3