From db90e16d17acc778efdfff6dca69767b47b60cbd Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Sat, 19 Aug 2017 17:31:38 +0900 Subject: [PATCH] d/s/examples/N/Importing Notebooks.ipynb: disable execution. This notebook example includes writing to the directory of another module, usually resulting in a doc build failure. Therefore we disable its execution by nbsphinx. Closes: #2372 See-Also: https://bugs.gentoo.org/show_bug.cgi?id=626860 --- docs/source/examples/Notebook/Importing Notebooks.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/examples/Notebook/Importing Notebooks.ipynb b/docs/source/examples/Notebook/Importing Notebooks.ipynb index ee42ad5268..d6db5395e9 100644 --- a/docs/source/examples/Notebook/Importing Notebooks.ipynb +++ b/docs/source/examples/Notebook/Importing Notebooks.ipynb @@ -511,6 +511,9 @@ ], "metadata": { "gist_id": "6011986", + "nbsphinx": { + "execute": "never" + }, "kernelspec": { "display_name": "Python 3", "language": "python",