Skip to content

Commit 9759019

Browse files
authored
DOC add plot_stock_market.py to expected failing examples (#8921)
as a stop gap solution until we figure out a longer-term work-around. Also remove nibabel from conf.py.
1 parent 1b5bff3 commit 9759019

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,9 @@
240240
'sklearn': None,
241241
'matplotlib': 'http://matplotlib.org',
242242
'numpy': 'http://docs.scipy.org/doc/numpy-1.6.0',
243-
'scipy': 'http://docs.scipy.org/doc/scipy-0.11.0/reference',
244-
'nibabel': 'http://nipy.org/nibabel'}
243+
'scipy': 'http://docs.scipy.org/doc/scipy-0.11.0/reference'},
244+
'expected_failing_examples': [
245+
'../examples/applications/plot_stock_market.py']
245246
}
246247

247248

0 commit comments

Comments
 (0)