Skip to content

Commit c8da8d2

Browse files
committed
Doc docker: limit sphinxcontrib-spelling version. Breaking changes in v8
1 parent 423100c commit c8da8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
99
RUN python3 -m pip install "Sphinx<7" breathe \
1010
sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \
1111
sphinx_rtd_theme recommonmark sphinx-markdown-tables \
12-
sphinxcontrib-spelling!=7.4.0
12+
"sphinxcontrib-spelling!=7.4.0,<8"
1313

1414
# Set the locale for spelling
1515
RUN sed -i -e 's/# en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen && \

0 commit comments

Comments
 (0)