diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-04-23 20:45:25 +0100 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-04-23 20:45:25 +0100 |
| commit | bffb54734f64e88c95b1d5558ec3fb7cb44ceda7 (patch) | |
| tree | 0bb69b7d3b917d21fa70a92ea416b1e694a21806 | |
| parent | 59de8d52029deca803d38b5d084a3a32c7b7f994 (diff) | |
| download | sphinx-git-bffb54734f64e88c95b1d5558ec3fb7cb44ceda7.tar.gz | |
Note correct deprecation version for ``sphinx.util.osutil.cd``
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | doc/extdev/deprecated.rst | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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`` |
