diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-23 02:25:58 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-23 02:25:58 +0900 |
| commit | 61b823ad10aaac48fc5c7946c844068b5c9ea68a (patch) | |
| tree | 9af8a971069816cc1fb4528bdb56d73c3b0df22a /doc/extdev | |
| parent | b15e3f6639f47d5885a31a65e9d56bf8ce9f4568 (diff) | |
| download | sphinx-git-61b823ad10aaac48fc5c7946c844068b5c9ea68a.tar.gz | |
refactor: Deprecate unused parameters
Diffstat (limited to 'doc/extdev')
| -rw-r--r-- | doc/extdev/deprecated.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index b0468a39f..a62dee560 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -26,12 +26,24 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - The ``template_dir`` argument of + ``sphinx.ext.autosummary.generate.AutosummaryRenderer`` + - 3.1 + - 5.0 + - N/A + * - The ``module`` argument of ``sphinx.ext.autosummary.generate.find_autosummary_in_docstring()`` - 3.0 - 5.0 - N/A + * - The ``template_dir`` argument of + ``sphinx.ext.autosummary.generate.generate_autosummary_docs()`` + - 3.1 + - 5.0 + - N/A + * - ``desc_signature['first']`` - - 3.0 |
