diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-16 01:38:17 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-16 01:45:02 +0900 |
| commit | 00c30679cfe6385b16274f9f32300e574dff8ec3 (patch) | |
| tree | 16bc8b492c25bab93a7a8f58ba92dc3703a4c474 /doc/extdev | |
| parent | 2f768cf5a745edf908b7b2e37f21b9e07660a52a (diff) | |
| download | sphinx-git-00c30679cfe6385b16274f9f32300e574dff8ec3.tar.gz | |
Deprecate sphinx.io.FiletypeNotFoundError and get_filetype()
Diffstat (limited to 'doc/extdev')
| -rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
