Handle parts of write_doc that must be called in the main process if parallel build is active.
(self, docname: str, doctree: nodes.document)
| 838 | raise NotImplementedError |
| 839 | |
| 840 | def write_doc_serialized(self, docname: str, doctree: nodes.document) -> None: |
| 841 | """Handle parts of write_doc that must be called in the main process |
| 842 | if parallel build is active. |
| 843 | """ |
| 844 | pass |
| 845 | |
| 846 | def finish(self) -> None: |
| 847 | """Finish the building process. |
no outgoing calls
no test coverage detected