diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 20:19:27 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 20:19:27 +0900 |
commit | 0663602bb95e650975d95b5b87f5f26189b9b27c (patch) | |
tree | 2dea7a5cd0f32141453502a2977c181414d2a7f5 /doc/extdev | |
parent | ce8039db1f67bd0176375ceae3a93413befec412 (diff) | |
download | sphinx-git-0663602bb95e650975d95b5b87f5f26189b9b27c.tar.gz |
Close #9595: Deprecate setuptools integration
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index ef675b9b3..159c6d8b6 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,11 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - :doc:`Setuptools integration </usage/advanced/setuptools>` + - 5.0 + - 7.0 + - N/A + * - ``sphinx.writers.latex.LaTeXWriter.docclasses`` - 5.0 - 7.0 |