From: Debian Science Team Date: Fri, 9 Feb 2024 20:48:14 +0000 (+0000) Subject: Ignore exceptions in documentation examples X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1~1^2^2^2^2^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57e4cf987dbec90fb35e13fbd21eb7f384ad5e1b;p=pandas.git Ignore exceptions in documentation examples Some examples download data, and/or depend on packages Debian doesn't have, so can't run in a Debian build Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name ignore_ipython_exceptions.patch --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 588a3824..92ecb5cb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -460,6 +460,7 @@ extlinks = { } +ipython_warning_is_error = False ipython_execlines = [ "import numpy as np", "import pandas as pd",