Blob Blame History Raw
From 6453b0f1dae36306feb3fb384bd959f4db0d1b39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Wed, 21 Feb 2018 16:46:33 +0100
Subject: [PATCH] Do not execute special notebooks with nbsphinx

They can hang in headless environment.

See also db90e16d17acc778efdfff6dca69767b47b60cbd
---
 docs/source/examples/Notebook/Connecting with the Qt Console.ipynb | 3 +++
 docs/source/examples/Notebook/Custom Keyboard Shortcuts.ipynb      | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/docs/source/examples/Notebook/Connecting with the Qt Console.ipynb b/docs/source/examples/Notebook/Connecting with the Qt Console.ipynb
index eb82a21df1..4794200413 100644
--- a/docs/source/examples/Notebook/Connecting with the Qt Console.ipynb	
+++ b/docs/source/examples/Notebook/Connecting with the Qt Console.ipynb	
@@ -104,6 +104,9 @@
   }
  ],
  "metadata": {
+  "nbsphinx": {
+   "execute": "never"
+  },
   "kernelspec": {
    "display_name": "Python 3",
    "language": "python",
diff --git a/docs/source/examples/Notebook/Custom Keyboard Shortcuts.ipynb b/docs/source/examples/Notebook/Custom Keyboard Shortcuts.ipynb
index 3239a4f243..64576268d2 100644
--- a/docs/source/examples/Notebook/Custom Keyboard Shortcuts.ipynb	
+++ b/docs/source/examples/Notebook/Custom Keyboard Shortcuts.ipynb	
@@ -131,6 +131,9 @@
   }
  ],
  "metadata": {
+  "nbsphinx": {
+   "execute": "never"
+  },
   "kernelspec": {
    "display_name": "Python 3",
    "language": "python",