We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423100c commit c8da8d2Copy full SHA for c8da8d2
docs/docbuild/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
9
RUN python3 -m pip install "Sphinx<7" breathe \
10
sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \
11
sphinx_rtd_theme recommonmark sphinx-markdown-tables \
12
- sphinxcontrib-spelling!=7.4.0
+ "sphinxcontrib-spelling!=7.4.0,<8"
13
14
# Set the locale for spelling
15
RUN sed -i -e 's/# en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen && \
0 commit comments