mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Note correct deprecation version for `sphinx.util.osutil.cd`
This commit is contained in:
1
CHANGES
1
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
|
||||
--------------
|
||||
|
||||
@@ -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``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user