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

Gordon Ball chronitis-guest at moszumanska.debian.org
Mon Jun 26 20:55:59 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 606e3e9685110115631e3d869c55d8fe97cc7251
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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index d35dead..81a1b89 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -347,3 +347,5 @@ mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax/js?config=TeX-AMD-M
 
 spelling_lang='en_US'
 spelling_word_list_filename='spelling_wordlist.txt'
+
+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