Rename DocumenterBridge.filename_set to record_dependencies

DocumenterBridge.filename_set has been used since its beginning.  On the
other hand, in docutils, record_dependencies attribute is well-used to
store the list of dependency files.  So this renames it to docutils'
standard attribute.
This commit is contained in:
Takeshi KOMIYA
2021-03-21 00:52:49 +09:00
parent 5e8f814e81
commit cb654d287b
5 changed files with 19 additions and 7 deletions

View File

@@ -42,6 +42,11 @@ The following is a list of deprecated interfaces.
- 6.0
- ``docutils.parsers.rst.diretives.tables.RSTTable``
* - ``sphinx.ext.autodoc.directive.DocumenterBridge.filename_set``
- 4.0
- 6.0
- ``sphinx.ext.autodoc.directive.DocumenterBridge.record_dependencies``
* - ``sphinx.registry.SphinxComponentRegistry.get_source_input()``
- 4.0
- 6.0