class ImageCollector(EnvironmentCollector):
Method | clear_doc |
Remove specified data of a document. |
Method | collect_candidates |
Undocumented |
Method | merge_other |
Merge in specified data regarding docnames from a different BuildEnvironment object which coming from a subprocess in parallel builds. |
Method | process_doc |
Process and rewrite image URIs. |
Inherited from EnvironmentCollector
:
Method | get_outdated_docs |
Return a list of docnames to re-read. |
Method | get_updated_docs |
Return a list of docnames to re-read. |
Method | disable |
Undocumented |
Method | enable |
Undocumented |
Instance Variable | listener_ids |
Undocumented |
Remove specified data of a document.
This method is called on the removal of the document.
Parameters | |
app:Sphinx | Undocumented |
env:BuildEnvironment | Undocumented |
docname:str | Undocumented |
Undocumented
Parameters | |
env:BuildEnvironment | Undocumented |
imgpath:str | Undocumented |
candidates:Dict[ | Undocumented |
node:Node | Undocumented |
BuildEnvironment
object which coming from a subprocess in parallel builds.Parameters | |
app:Sphinx | Undocumented |
env:BuildEnvironment | Undocumented |
docnames:Set[ | Undocumented |
other:BuildEnvironment | Undocumented |
Parameters | |
app:Sphinx | Undocumented |
doctree:nodes.document | Undocumented |