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

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Sep 17 21:09:00 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 381389a7031ddec3113646dd9fd9ca0f2f9fc716
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 692fc68..8cbe5fb 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -350,3 +350,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