Blame allow-errors-in-notebooks-with-external-images.patch

8c71e6e
From 2a82570d855ab90f419daf14b986669ef4fd2aec Mon Sep 17 00:00:00 2001
8c71e6e
From: rpm-build <rpm-build>
8c71e6e
Date: Mon, 22 Aug 2022 17:47:02 +0200
8c71e6e
Subject: [PATCH] allow-errors-in-notebooks-with-external-images.patch
da56388
da56388
---
2d96b3f
 doc/code-cells.ipynb               | 10 ++++++++++
2d96b3f
 doc/gallery/multiple-outputs.ipynb |  3 +++
2d96b3f
 2 files changed, 13 insertions(+)
da56388
da56388
diff --git a/doc/code-cells.ipynb b/doc/code-cells.ipynb
8c71e6e
index 1d550e2..3a0d7dd 100644
da56388
--- a/doc/code-cells.ipynb
da56388
+++ b/doc/code-cells.ipynb
2d96b3f
@@ -228,6 +228,13 @@
da56388
     "### Image URLs"
da56388
    ]
da56388
   },
da56388
+  {
da56388
+   "cell_type": "markdown",
da56388
+   "metadata": {},
da56388
+   "source": [
da56388
+    "There may be errors in this part because images' URLs are not accessible during a build of RPM. See [online documentation](http://nbsphinx.readthedocs.io/en/latest/code-cells.html#Image-URLs)."
da56388
+   ]
da56388
+  },
da56388
   {
da56388
    "cell_type": "code",
da56388
    "execution_count": null,
8c71e6e
@@ -936,6 +943,9 @@
da56388
    "nbconvert_exporter": "python",
da56388
    "pygments_lexer": "ipython3",
8c71e6e
    "version": "3.9.9"
da56388
+  },
da56388
+  "nbsphinx": {
da56388
+   "allow_errors": true
da56388
   }
da56388
  },
da56388
  "nbformat": 4,
2d96b3f
diff --git a/doc/gallery/multiple-outputs.ipynb b/doc/gallery/multiple-outputs.ipynb
8c71e6e
index 4bbbeb7..4cdb62f 100644
2d96b3f
--- a/doc/gallery/multiple-outputs.ipynb
2d96b3f
+++ b/doc/gallery/multiple-outputs.ipynb
2d96b3f
@@ -72,6 +72,9 @@
2d96b3f
    "nbconvert_exporter": "python",
2d96b3f
    "pygments_lexer": "ipython3",
2d96b3f
    "version": "3.7.6"
2d96b3f
+  },
2d96b3f
+  "nbsphinx": {
2d96b3f
+  "allow_errors": true
2d96b3f
   }
2d96b3f
  },
2d96b3f
  "nbformat": 4,
da56388
-- 
8c71e6e
2.37.2
da56388