From 9e214b2fdabcbf236e94bc417781bf637f558f5f Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 30 Jul 2020 22:55:07 -0400 Subject: [PATCH 1/2] DOC: Move an API change fragment to new location. --- .../behavior/17159-ST.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/api/{api_changes/2020-04-26-merged-rasterizations.rst => next_api_changes/behavior/17159-ST.rst} (100%) diff --git a/doc/api/api_changes/2020-04-26-merged-rasterizations.rst b/doc/api/next_api_changes/behavior/17159-ST.rst similarity index 100% rename from doc/api/api_changes/2020-04-26-merged-rasterizations.rst rename to doc/api/next_api_changes/behavior/17159-ST.rst From 11177d74d92d27cbf98618edb8c6f8c07f9416f2 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 31 Jul 2020 00:06:08 -0400 Subject: [PATCH 2/2] Update exclude_patterns for moved API/what's new. --- doc/conf.py | 6 +++++- doc/users/whats_new.rst | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 820b0fb3be9f..7da2dc80df6a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,11 @@ 'sphinx_copybutton', ] -exclude_patterns = ['api/api_changes/*', 'users/whats_new/*'] +exclude_patterns = [ + 'api/prev_api_changes/api_changes_*/*', + # Be sure to update users/whats_new.rst: + 'users/prev_whats_new/whats_new_3.3.0.rst', +] def _check_dependencies(): diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 46cbc5022063..4131fccde0ba 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -25,4 +25,5 @@ What's new? next_whats_new/* +.. Be sure to update the version in `exclude_patterns` in conf.py. .. include:: prev_whats_new/whats_new_3.3.0.rst