Skip to content

Commit 64eedf6

Browse files
committed
Adjustment in sphinx configuration
1 parent 2cc4daf commit 64eedf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
# 'integrations'
155155
],
156156
"filename_pattern" : r"\.py",
157+
# "ignore_pattern": r"(__init__\.py|ch1_7_3d_visualization\.py|mik\.py)$", # Exclude specific files: uncomment for faster build as long as examples are broken
157158
"download_all_examples" : False, # Remove the "Download all examples" button from the top level gallery
158159
"within_subsection_order": FileNameSortKey, # Sort gallery example by file name instead of number of lines (default)
159160
"backreferences_dir" : 'gen_modules/backreferences', # directory where function granular galleries are stored

0 commit comments

Comments
 (0)