Skip to content

Commit 94f91c2

Browse files
committed
Exclude doc files not in the toc tree
1 parent e5749d5 commit 94f91c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'sphinxext.github',
3535
'numpydoc']
3636

37-
exclude_patterns = ['api/api_changes/README.rst', 'users/whats_new/README.rst']
37+
exclude_patterns = ['api/api_changes/*', 'users/whats_new/*']
3838

3939
# Use IPython's console highlighting by default
4040
try:

0 commit comments

Comments
 (0)