freebsd-ports/math/sage/files/patch-src_doc_common_custom-sphinx-build.py
Stephen Montgomery-Smith ef55c5337b - Update to 6.2.
2014-05-15 22:58:01 +00:00

9 lines
405 B
Python

--- src/doc/common/custom-sphinx-build.py-orig 2014-05-15 19:16:13.000000000 +0000
+++ src/doc/common/custom-sphinx-build.py 2014-05-15 19:17:11.000000000 +0000
@@ -207,4 +207,5 @@
if ERROR_MESSAGE and ABORT_ON_ERROR:
sys.stdout.flush()
sys.stderr.flush()
- raise OSError(ERROR_MESSAGE)
+ # Comment out next line so that warnings don't stop doc build.
+ # raise OSError(ERROR_MESSAGE)