From d8ada2a8f364e73075266bb116ffddedc0b061ac Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 28 Jan 2025 22:18:06 +0000 Subject: [PATCH] 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 --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3212ddfa..e89eda9b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -472,6 +472,7 @@ extlinks = { } +ipython_warning_is_error = False ipython_execlines = [ "import numpy as np", "import pandas as pd", -- 2.30.2