Skip to content

Commit 16b205b

Browse files
committed
supress nbsphinx warnings
1 parent 15abb0b commit 16b205b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113

114114
nbsphinx_execute = 'always'
115115

116+
suppress_warnings = [
117+
'nbsphinx',
118+
]
119+
116120
codeautolink_custom_blocks = {"jupyter-execute": None}
117121

118122
intersphinx_mapping = {

0 commit comments

Comments
 (0)