From 00c30679cfe6385b16274f9f32300e574dff8ec3 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 16 Dec 2019 01:38:17 +0900 Subject: Deprecate sphinx.io.FiletypeNotFoundError and get_filetype() --- doc/extdev/deprecated.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/extdev') diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 482cb50bb..9fdaa2f96 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -26,6 +26,16 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - ``sphinx.io.FiletypeNotFoundError`` + - 2.4 + - 4.0 + - ``sphinx.errors.FiletypeNotFoundError`` + + * - ``sphinx.io.get_filetype()`` + - 2.4 + - 4.0 + - ``sphinx.util.get_filetype()`` + * - ``sphinx.builders.gettext.POHEADER`` - 2.3 - 4.0 -- cgit v1.2.1