File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,10 @@ def _parse_skip_subdirs_file():
130130]
131131
132132exclude_patterns = [
133- 'api/prev_api_changes/api_changes_*/*' , '**/*inc.rst' ]
133+ 'api/prev_api_changes/api_changes_*/*' ,
134+ '**/*inc.rst' ,
135+ 'users/explain/index.rst' # Page has no content, but required by sphinx gallery
136+ ]
134137
135138exclude_patterns += skip_subdirs
136139
Original file line number Diff line number Diff line change @@ -101,6 +101,5 @@ Using Matplotlib
101101.. toctree ::
102102 :hidden:
103103
104- explain/index
105104 getting_started/index
106105 installing/index
Original file line number Diff line number Diff line change 1- .. _users-guide-explain :
1+ ..
2+ This page is required by sphinx-gallery,
3+ but is not rendered in the final doc build.
24
35====================
46User guide tutorials
You can’t perform that action at this time.
0 commit comments