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/usage | |
| parent | ce8039db1f67bd0176375ceae3a93413befec412 (diff) | |
| download | sphinx-git-0663602bb95e650975d95b5b87f5f26189b9b27c.tar.gz | |
Close #9595: Deprecate setuptools integration
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/advanced/setuptools.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage/advanced/setuptools.rst b/doc/usage/advanced/setuptools.rst index c6ef0fb41..672d65867 100644 --- a/doc/usage/advanced/setuptools.rst +++ b/doc/usage/advanced/setuptools.rst @@ -6,6 +6,10 @@ Setuptools integration Sphinx supports integration with setuptools and distutils through a custom command - :class:`~sphinx.setup_command.BuildDoc`. +.. deprecated:: 5.0 + + This feature will be removed in v7.0. + Using setuptools integration ---------------------------- |
