Note correct deprecation version for `sphinx.util.osutil.cd`

This commit is contained in:
Adam Turner
2023-04-23 20:45:25 +01:00
parent 59de8d5202
commit bffb54734f
2 changed files with 2 additions and 1 deletions

View File

@@ -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
--------------

View File

@@ -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``