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 cf398c1 commit ff6bb91Copy full SHA for ff6bb91
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