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.
1 parent 9e214b2 commit 11177d7Copy full SHA for 11177d7
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