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.
2 parents 423100c + 2cec0e4 commit db78a84Copy full SHA for db78a84
docs/docbuild/Dockerfile
@@ -7,9 +7,9 @@ RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
7
graphviz python3-matplotlib wget unzip enchant-2 locales
8
9
RUN python3 -m pip install "Sphinx<7" breathe \
10
- sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \
+ sphinx_bootstrap_theme 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