From 474ea7ed2bf044798bf05654e757fef090e8aed8 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 14 Jul 2022 14:23:28 +0300 Subject: Updating requirements Some forced old versions were preventing the build to suceed. Signed-off-by: Gergely Csatari Change-Id: I27775f028fcccf1617e0ee667c5d8675994daebc --- docs/requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/requirements.txt b/docs/requirements.txt index f52cfe718..6aeef7f26 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1,9 @@ tox -Sphinx==1.5.6 +Sphinx doc8 -docutils==0.12 +docutils setuptools six sphinxcontrib-httpdomain -sphinx_bootstrap_theme>=0.4.11 \ No newline at end of file +sphinx_bootstrap_theme>=0.4.11 +Jinja2<3.1 -- cgit 1.2.3-korg