We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6a750 commit 5f79eb4Copy full SHA for 5f79eb4
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
- run:
24
name: Build HTML rendering of notebooks
25
no_output_timeout: 30m
26
- command: make html
+ command: make SPHINXOPTS="-nWT --keep-going" html
27
28
- save_cache:
29
key: jupyter_ch
0 commit comments