summaryrefslogtreecommitdiff
path: root/doc/extdev
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2022-07-17 21:44:33 +0100
committerGitHub <noreply@github.com>2022-07-17 21:44:33 +0100
commit490a8a9162b2eaf4a1aeebf0d327d4788cb1d6cc (patch)
tree9226c0f615f25c4724d59325332fa771b3d9d7bf /doc/extdev
parente7fc03bce2c2577a9c5331ce5b2fa43a66ce7773 (diff)
downloadsphinx-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.rst10
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