diff options
author | Gergely Csatari <gergely.csatari@nokia.com> | 2022-07-14 14:23:28 +0300 |
---|---|---|
committer | Gergely Csatari <gergely.csatari@nokia.com> | 2022-08-03 10:54:22 +0300 |
commit | 474ea7ed2bf044798bf05654e757fef090e8aed8 (patch) | |
tree | d32d5c8eab2c5f15a11dd9901b747e5f536c6610 /docs | |
parent | 7ad4e67ecf9943a380df50945c7760235cb5e71f (diff) |
Updating requirements
Some forced old versions were preventing the build to suceed.
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
Change-Id: I27775f028fcccf1617e0ee667c5d8675994daebc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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 |