summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-04-23 20:45:25 +0100
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-04-23 20:45:25 +0100
commitbffb54734f64e88c95b1d5558ec3fb7cb44ceda7 (patch)
tree0bb69b7d3b917d21fa70a92ea416b1e694a21806
parent59de8d52029deca803d38b5d084a3a32c7b7f994 (diff)
downloadsphinx-git-bffb54734f64e88c95b1d5558ec3fb7cb44ceda7.tar.gz
Note correct deprecation version for ``sphinx.util.osutil.cd``
-rw-r--r--CHANGES1
-rw-r--r--doc/extdev/deprecated.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a0035b8ac..ba3d82b46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@ Deprecated
----------
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
+* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
Features added
--------------
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst
index 05fa56d65..8029714df 100644
--- a/doc/extdev/deprecated.rst
+++ b/doc/extdev/deprecated.rst
@@ -23,7 +23,7 @@ The following is a list of deprecated interfaces.
- Alternatives
* - ``sphinx.util.osutil.cd``
- - 6.1
+ - 6.2
- 8.0
- ``contextlib.chdir``