Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff6bb91

Browse files
committed
Update exclude_patterns for moved API/what's new.
1 parent cf398c1 commit ff6bb91

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@
5858
'sphinx_copybutton',
5959
]
6060

61-
exclude_patterns = ['api/api_changes/*', 'users/whats_new/*']
61+
exclude_patterns = [
62+
'api/prev_api_changes/api_changes_*/*',
63+
# Be sure to update users/whats_new.rst:
64+
'users/prev_whats_new/whats_new_3.3.0.rst',
65+
]
6266

6367

6468
def _check_dependencies():

doc/users/whats_new.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ What's new?
2525

2626
next_whats_new/*
2727

28+
.. Be sure to update the version in `exclude_patterns` in conf.py.
2829
.. include:: prev_whats_new/whats_new_3.3.0.rst

0 commit comments

Comments
 (0)