Blame 0001-Allow-errors-and-add-a-note-in-one-doc-notebook.patch

da56388
From fb1b2571ac18df78aa09d7aab06c7ed114b626f7 Mon Sep 17 00:00:00 2001
da56388
From: Lumir Balhar <lbalhar@redhat.com>
da56388
Date: Tue, 28 Nov 2017 14:27:09 +0100
da56388
Subject: [PATCH] Allow errors and add a note in one doc notebook
da56388
da56388
---
da56388
 doc/code-cells.ipynb | 10 ++++++++++
da56388
 1 file changed, 10 insertions(+)
da56388
da56388
diff --git a/doc/code-cells.ipynb b/doc/code-cells.ipynb
da56388
index dcd8499..34ee63a 100644
da56388
--- a/doc/code-cells.ipynb
da56388
+++ b/doc/code-cells.ipynb
da56388
@@ -225,6 +225,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,
da56388
@@ -499,6 +506,9 @@
da56388
    "nbconvert_exporter": "python",
da56388
    "pygments_lexer": "ipython3",
da56388
    "version": "3.6.3"
da56388
+  },
da56388
+  "nbsphinx": {
da56388
+   "allow_errors": true
da56388
   }
da56388
  },
da56388
  "nbformat": 4,
da56388
-- 
da56388
2.14.3
da56388