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 8b8c2c8 commit 0f89549Copy full SHA for 0f89549
docs/source/conf.py
@@ -56,8 +56,13 @@
56
"""
57
58
nbsphinx_execute = 'always'
59
-
60
-nbsphinx_execute_arguments = ['''--RegexRemovePreprocessor.patterns="['widget']" --RegexRemovePreprocessor.enabled=True''']
+nbsphinx_allow_errors = True
+nbsphinx_nbconvert_config = {
61
+ 'HighlightMagicsPreprocessor': {'enabled': True},
62
+ # Work around https://github.com/jupyter/nbconvert/issues/720:
63
+ #'RegexRemovePreprocessor': {'enabled': True, 'patterns': ['JUPYTERLITE']},
64
+ 'TagRemovePreprocessor': {'enabled': True, 'remove_cell_tags': ['jupyterlite']}
65
+}
66
67
# -- General information -------
68
0 commit comments