Ignore exceptions in documentation examples
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 18 Feb 2024 20:31:18 +0000 (20:31 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 18 Feb 2024 20:31:18 +0000 (20:31 +0000)
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 588a38248745496fce6e56046e411fbfb5f3d40f..92ecb5cb4d8ee24c40f225ad1dc44dd4ccf8878b 100644 (file)
@@ -460,6 +460,7 @@ extlinks = {
 }
 
 
+ipython_warning_is_error = False
 ipython_execlines = [
     "import numpy as np",
     "import pandas as pd",