Skip to content

Commit db78a84

Browse files
authored
Merge pull request OSGeo#3861 from jjimenezshaw/fix-doc-docker-ubuntu-22.04
Fix doc docker ubuntu 22.04
2 parents 423100c + 2cec0e4 commit db78a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docbuild/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
77
graphviz python3-matplotlib wget unzip enchant-2 locales
88

99
RUN python3 -m pip install "Sphinx<7" breathe \
10-
sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \
10+
sphinx_bootstrap_theme 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)