Ignore exceptions in documentation examples
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sat, 21 Sep 2024 16:21:40 +0000 (17:21 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sat, 21 Sep 2024 16:21:40 +0000 (17:21 +0100)
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 <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name ignore_ipython_exceptions.patch

doc/source/conf.py

index b817cc7bb13ceffefc0bd945f5716d06976ff105..d6b645c63fadaa03895869ac58a68471cf1b1e5e 100644 (file)
@@ -463,6 +463,7 @@ extlinks = {
 }
 
 
+ipython_warning_is_error = False
 ipython_execlines = [
     "import numpy as np",
     "import pandas as pd",