1) Unpin Sphinx version as the issue has been fixed in v 6.1.3

2) Update release note
This commit is contained in:
Akshay Joshi
2023-01-17 17:30:22 +05:30
parent 9c4573fd80
commit 10c6a4f8dc
7 changed files with 35 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ RUN apk add --no-cache \
FROM env-builder as docs-builder
# Install Sphinx
RUN /venv/bin/python3 -m pip install --no-cache-dir sphinx==6.1.1
RUN /venv/bin/python3 -m pip install --no-cache-dir sphinx
RUN /venv/bin/python3 -m pip install --no-cache-dir sphinxcontrib-youtube
# Copy the docs from the local tree. Explicitly remove any existing builds that