8000 Update exclude_patterns for moved API/what's new. · matplotlib/matplotlib@b5cf43b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5cf43b

Browse files
committed
Update exclude_patterns for moved API/what's new.
1 parent 4d189e5 commit b5cf43b

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',< 8000 /div>
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)
0