[Python-modules-commits] [jupyter-notebook] 10/14: Ignore errors in documentation notebooks during build

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Nov 12 20:26:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.

commit 6c3e5d02a6ae5acfeddfcc994bf5feb0e078bcb1
Author: Gordon Ball <gordon at chronitis.net>
Date:   Sun Jun 25 11:53:23 2017 +0200

    Ignore errors in documentation notebooks during build
---
 docs/source/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 8c8cd79..3172ffc 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -357,3 +357,4 @@ spelling_word_list_filename='spelling_wordlist.txt'
 
 # import before any doc is built, so _ is guaranteed to be injected
 import notebook.transutils
+nbsphinx_allow_errors = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git



More information about the Python-modules-commits mailing list