Blob Blame History Raw
From fb1b2571ac18df78aa09d7aab06c7ed114b626f7 Mon Sep 17 00:00:00 2001
From: Lumir Balhar <lbalhar@redhat.com>
Date: Tue, 28 Nov 2017 14:27:09 +0100
Subject: [PATCH] Allow errors and add a note in one doc notebook

---
 doc/code-cells.ipynb | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/code-cells.ipynb b/doc/code-cells.ipynb
index dcd8499..34ee63a 100644
--- a/doc/code-cells.ipynb
+++ b/doc/code-cells.ipynb
@@ -225,6 +225,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,
@@ -499,6 +506,9 @@
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
    "version": "3.6.3"
+  },
+  "nbsphinx": {
+   "allow_errors": true
   }
  },
  "nbformat": 4,
-- 
2.14.3