Blob Blame History Raw
From 1b40d933353552f2d0d12631881f1b5521887900 Mon Sep 17 00:00:00 2001
From: Lumir Balhar <lbalhar@redhat.com>
Date: Tue, 29 Jun 2021 13:43:18 +0200
Subject: [PATCH] allow-errors-in-notebooks-with-external-images

---
 doc/code-cells.ipynb               | 10 ++++++++++
 doc/gallery/multiple-outputs.ipynb |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/doc/code-cells.ipynb b/doc/code-cells.ipynb
index 199ec4b..2121811 100644
--- a/doc/code-cells.ipynb
+++ b/doc/code-cells.ipynb
@@ -228,6 +228,13 @@
     "### Image URLs"
    ]
   },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "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)."
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -869,6 +876,9 @@
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
    "version": "3.7.5"
+  },
+  "nbsphinx": {
+   "allow_errors": true
   }
  },
  "nbformat": 4,
diff --git a/doc/gallery/multiple-outputs.ipynb b/doc/gallery/multiple-outputs.ipynb
index 94969cd..f50cc7f 100644
--- a/doc/gallery/multiple-outputs.ipynb
+++ b/doc/gallery/multiple-outputs.ipynb
@@ -72,6 +72,9 @@
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
    "version": "3.7.6"
+  },
+  "nbsphinx": {
+  "allow_errors": true
   }
  },
  "nbformat": 4,
-- 
2.31.1