Skip to content

Commit 8e0cd41

Browse files
authored
Update sphinx-gallery version to 0.11.1 (#2020)
And disable code generation for 2 offending tests: hyperparameter_tuning_tutorial and flask_rest_api_tutorial (neither of them actually needs any output from coderuns )
1 parent e94601a commit 8e0cd41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
'advanced_source', 'recipes_source', 'prototype_source'],
7979
'gallery_dirs': ['beginner', 'intermediate', 'advanced', 'recipes', 'prototype'],
8080
'filename_pattern': 'tutorial.py',
81+
'ignore_pattern': r'(hyperparameter_tuning_tutorial|flask_rest_api_tutorial).py$',
8182
'backreferences_dir': None
8283
}
8384

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Refer to ./jenkins/build.sh for tutorial build instructions
22

33
sphinx==5.0.0
4-
sphinx-gallery==0.3.1
4+
sphinx-gallery==0.11.1
55
sphinx-panels
66
docutils==0.16
77
sphinx-copybutton

0 commit comments

Comments
 (0)