You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/conf.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,7 @@
154
154
# 'integrations'
155
155
],
156
156
"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
157
158
"download_all_examples" : False, # Remove the "Download all examples" button from the top level gallery
158
159
"within_subsection_order": FileNameSortKey, # Sort gallery example by file name instead of number of lines (default)
159
160
"backreferences_dir" : 'gen_modules/backreferences', # directory where function granular galleries are stored
0 commit comments