Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f0ff04 + 11177d7 commit d8db93fCopy full SHA for d8db93f
3 files changed
…ges/2020-04-26-merged-rasterizations.rst …i/next_api_changes/behavior/17159-ST.rstdoc/api/api_changes/2020-04-26-merged-rasterizations.rst renamed to doc/api/next_api_changes/behavior/17159-ST.rst
doc/conf.py
@@ -58,7 +58,11 @@
58
'sphinx_copybutton',
59
]
60
61
-exclude_patterns = ['api/api_changes/*', 'users/whats_new/*']
+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
+]
66
67
68
def _check_dependencies():
doc/users/whats_new.rst
@@ -25,4 +25,5 @@ What's new?
25
26
next_whats_new/*
27
28
+.. Be sure to update the version in `exclude_patterns` in conf.py.
29
.. include:: prev_whats_new/whats_new_3.3.0.rst
0 commit comments