diff options
| author | Howard Butler <howard@hobu.co> | 2020-07-23 14:28:27 -0500 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-09-22 15:36:16 +0200 |
| commit | ae2f258a9435ef57b01fe871854dd42c04c8b3d1 (patch) | |
| tree | ed0798a76df1c4894c67194624b4569a54f27df6 /docs | |
| parent | 81aaa47b4e1f7799ad59f07d738823184f20a9cf (diff) | |
| download | PROJ-ae2f258a9435ef57b01fe871854dd42c04c8b3d1.tar.gz PROJ-ae2f258a9435ef57b01fe871854dd42c04c8b3d1.zip | |
update Dockerfile for osgeo/proj-docs to include spell checking
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docbuild/Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/docbuild/Dockerfile b/docs/docbuild/Dockerfile index 953c1f7e..4f726930 100644 --- a/docs/docbuild/Dockerfile +++ b/docs/docbuild/Dockerfile @@ -4,10 +4,11 @@ RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ python3-dev python3-pip g++ doxygen dvipng latexmk \ cmake libjpeg8-dev zlib1g-dev texlive-latex-base \ texlive-latex-extra git latex-cjk-all texlive-lang-all \ - graphviz python3-matplotlib wget unzip + graphviz python3-matplotlib wget unzip enchant RUN pip3 install Sphinx breathe \ sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \ - sphinx_rtd_theme recommonmark sphinx-markdown-tables + sphinx_rtd_theme recommonmark sphinx-markdown-tables \ + sphinxcontrib-spelling |
