We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sphinx.util.osutil.cd
1 parent 59de8d5 commit bffb547Copy full SHA for bffb547
CHANGES
@@ -23,6 +23,7 @@ Deprecated
23
----------
24
25
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
26
+* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
27
28
Features added
29
--------------
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``
0 commit comments