From: Debian Science Maintainers Date: Tue, 28 Jan 2020 22:29:29 +0000 (+0000) Subject: Don't fail documentation build on examples exceptions X-Git-Tag: archive/raspbian/0.11.1-2+rpi1~2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=439ce6b739d8238d023d3e8fbc5986cb716a225c;p=statsmodels.git Don't fail documentation build on examples exceptions ipython now fails the whole build by default if anything outputs an error, which some of ours do when they can't download data. Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name sphinx_ignore_errors.patch --- diff --git a/docs/source/conf.py b/docs/source/conf.py index a098f37..fcced02 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,6 +73,7 @@ copyright = u'2009-2018, Josef Perktold, Skipper Seabold, ' \ autosummary_generate = True autoclass_content = 'class' +ipython_warning_is_error = False # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the