[Python-modules-commits] [jupyter-notebook] 10/13: Ignore errors in documentation notebooks during build
Gordon Ball
chronitis-guest at moszumanska.debian.org
Fri Dec 1 11:22:08 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 3aaadf817cea1cd818fb072f7e330cfe273c0335
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