Skip to content

Commit bffb547

Browse files
committed
Note correct deprecation version for sphinx.util.osutil.cd
1 parent 59de8d5 commit bffb547

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Deprecated
2323
----------
2424

2525
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
26+
* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
2627

2728
Features added
2829
--------------

doc/extdev/deprecated.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following is a list of deprecated interfaces.
2323
- Alternatives
2424

2525
* - ``sphinx.util.osutil.cd``
26-
- 6.1
26+
- 6.2
2727
- 8.0
2828
- ``contextlib.chdir``
2929

0 commit comments

Comments
 (0)