- Add -doc patch to fix building the gallery of examples. - Add -is patch to reduce noise in sagemath. - Add upstream bug fix patches: -source-target, -union-find, -cb-iterable, -iterable, and -dict-iteration.
13 lines
545 B
Diff
13 lines
545 B
Diff
--- doc/conf.py.orig 2019-04-11 14:52:34.000000000 -0600
|
|
+++ doc/conf.py 2019-09-11 12:27:51.389122126 -0600
|
|
@@ -72,7 +72,8 @@ sphinx_gallery_conf = {
|
|
# path where to save gallery generated examples
|
|
'gallery_dirs': 'auto_examples',
|
|
'backreferences_dir': 'modules/generated',
|
|
- 'expected_failing_examples': ['../examples/advanced/plot_parallel_betweenness.py']
|
|
+ 'filename_pattern': '/plot_(?!parallel_betweenness)',
|
|
+ 'expected_failing_examples': ['../examples/graph/plot_football.py']
|
|
}
|
|
|
|
# generate autosummary pages
|