aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-03-12 22:16:51 +1300
committerMike Taves <mwtoews@gmail.com>2021-03-12 23:26:47 +1300
commit83af3dca006b889730b287eea078ffc8743c5891 (patch)
tree6cc759c811f98f715c54e54e992c13001ae30586 /docs
parente10a849cd01c5b15e3123da1f6df845006322843 (diff)
downloadPROJ-83af3dca006b889730b287eea078ffc8743c5891.tar.gz
PROJ-83af3dca006b889730b287eea078ffc8743c5891.zip
CI: workaround for sphinxcontrib-spelling 7.1.0 on Python 3.6.9
Diffstat (limited to 'docs')
-rw-r--r--docs/docbuild/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docbuild/Dockerfile b/docs/docbuild/Dockerfile
index 95841d9c..4cd5b07c 100644
--- a/docs/docbuild/Dockerfile
+++ b/docs/docbuild/Dockerfile
@@ -11,4 +11,5 @@ RUN python3 -m pip install Sphinx breathe \
sphinx_rtd_theme recommonmark sphinx-markdown-tables \
sphinxcontrib-spelling
-
+# workaround for sphinxcontrib-spelling 7.1.0
+RUN sed -i '188s/except ImportError/except \(ImportError, UnicodeError\)/' /usr/local/lib/python3.6/dist-packages/sphinxcontrib/spelling/filters.py