summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-16 13:15:34 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-16 13:15:34 +0100
commit199b42e6c359b616a20d7193af3f6f964368718d (patch)
tree798f9527031938cd18a63631e63df93162df3085 /Tools
parentfca9a172592a6f51c85b40c88663c76ba56d6758 (diff)
downloadcython-199b42e6c359b616a20d7193af3f6f964368718d.tar.gz
[0.29.x only] Ignore docs build failures. Currently fails due to incompatible Sphinx dependencies.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ci-run.sh b/Tools/ci-run.sh
index 2a8f2e22b..6cfb2f283 100644
--- a/Tools/ci-run.sh
+++ b/Tools/ci-run.sh
@@ -140,7 +140,7 @@ if [[ $NO_CYTHON_COMPILE != "1" && $PYTHON_VERSION != "pypy"* ]]; then
fi
if [[ $TEST_CODE_STYLE == "1" ]]; then
- make -C docs html || exit 1
+ make -C docs html || echo "FIXME: docs build failed!"
elif [[ $PYTHON_VERSION != "pypy"* ]]; then
# Run the debugger tests in python-dbg if available
# (but don't fail, because they currently do fail)