mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add documentation to the undocumented builder methods.
This commit is contained in:
parent
3cd2b24fc5
commit
ec494bec07
@ -385,9 +385,11 @@ class Builder(object):
|
||||
t.join()
|
||||
|
||||
def prepare_writing(self, docnames):
|
||||
"""A place where you can add logic before :meth:`write_doc` is run"""
|
||||
raise NotImplementedError
|
||||
|
||||
def write_doc(self, docname, doctree):
|
||||
"""Where you actually write something to the filesystem."""
|
||||
raise NotImplementedError
|
||||
|
||||
def write_doc_serialized(self, docname, doctree):
|
||||
|
Loading…
Reference in New Issue
Block a user