From 83af3dca006b889730b287eea078ffc8743c5891 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Fri, 12 Mar 2021 22:16:51 +1300 Subject: CI: workaround for sphinxcontrib-spelling 7.1.0 on Python 3.6.9 --- docs/docbuild/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3