Skip to content

Commit 6498737

Browse files
authored
Merge branch 'master' into master
2 parents 4c72e9d + 8e0cd41 commit 6498737

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)