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():
130
130
]
131
131
132
132
exclude_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
+ ]
134
137
135
138
exclude_patterns += skip_subdirs
136
139
Original file line number Diff line number Diff line change @@ -101,6 +101,5 @@ Using Matplotlib
101
101
.. toctree ::
102
102
:hidden:
103
103
104
- explain/index
105
104
getting_started/index
106
105
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.
2
4
3
5
====================
4
6
User guide tutorials
You can’t perform that action at this time.
0 commit comments