summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-04-27 16:01:14 +0100
committerGitHub <noreply@github.com>2023-04-27 16:01:14 +0100
commit262e1d9857f28c4a97f1325a43c7fd981a13900c (patch)
treea48986835901b8edaeebd8a6433802537a362005 /CHANGES
parent24f476949d698d4a90f385eac3a2e8868b6a34f8 (diff)
downloadsphinx-git-262e1d9857f28c4a97f1325a43c7fd981a13900c.tar.gz
Remove deprecated ``sphinx.io.read_doc()`` function (#11372)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7bd8f7250..ed9ac8ddc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,7 @@ Incompatible changes
``sphinx.util.i18n.format_date()``.
* #11370: Remove deprecated ``sphinx.util.stemmer`` module.
* #11371: Remove deprecated ``sphinx.pycode.ast.parse()`` function.
+* #11372: Remove deprecated ``sphinx.io.read_doc()`` function.
Deprecated
----------