Skip to content

Commit

Permalink
Note correct deprecation version for sphinx.util.osutil.cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 23, 2023
1 parent 59de8d5 commit bffb547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down
2 changes: 1 addition & 1 deletion doc/extdev/deprecated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down

0 comments on commit bffb547

Please sign in to comment.