diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-07-17 21:44:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 21:44:33 +0100 |
commit | 490a8a9162b2eaf4a1aeebf0d327d4788cb1d6cc (patch) | |
tree | 9226c0f615f25c4724d59325332fa771b3d9d7bf /doc/extdev | |
parent | e7fc03bce2c2577a9c5331ce5b2fa43a66ce7773 (diff) | |
download | sphinx-git-490a8a9162b2eaf4a1aeebf0d327d4788cb1d6cc.tar.gz |
Add `include_patterns` as the opposite of `exclude_patterns` (#10518)
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index f496dceae..18b0e6d04 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,16 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - ``sphinx.util.path_stabilize`` + - 5.1 + - 7.0 + - ``sphinx.util.osutil.path_stabilize`` + + * - ``sphinx.util.get_matching_files`` + - 5.1 + - 7.0 + - ``sphinx.util.matching.get_matching_files`` + * - ``sphinx.ext.napoleon.iterators`` - 5.1 - 7.0 |