Skip to content
Snippets Groups Projects
Verified Commit b77bb545 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

docs: Fix sphinx-tabs version in docs-builder

There is an incompatibility issue between the sphinx version in Ubuntu
focal and the docutils version pulled in by sphinx-tabs. We need to make
sure that pip doesn't pull in a version of docutils that would break
sphinx:

https://github.com/sphinx-doc/sphinx/issues/9841



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 87e52bb0
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !221. Comments created here will be created in the context of that merge request.
...@@ -16,4 +16,7 @@ RUN apt-get update -qq \ ...@@ -16,4 +16,7 @@ RUN apt-get update -qq \
&& eatmydata apt-get install -qq -y 'ca-certificates=20211016~20.04.1' \ && eatmydata apt-get install -qq -y 'ca-certificates=20211016~20.04.1' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/* && eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip3 install sphinx-tabs # We need to fix the version here to avoid pulling docutils 0.18 which is
# incompatible with the sphinx version from Ubuntu focal. See more here:
# https://github.com/sphinx-doc/sphinx/issues/9841
RUN pip3 install sphinx-tabs==3.4.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment