Skip to content

Commit 8b8c2c8

Browse files
committed
Attempt to ignore some cells with nbsphinx extra arguments.
1 parent 889a2cd commit 8b8c2c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757

5858
nbsphinx_execute = 'always'
5959

60+
nbsphinx_execute_arguments = ['''--RegexRemovePreprocessor.patterns="['widget']" --RegexRemovePreprocessor.enabled=True''']
61+
6062
# -- General information -------
6163

6264
_release = {}

0 commit comments

Comments
 (0)