mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Mark `Builder.write()` as final (#12767)
This commit is contained in:
@@ -39,20 +39,23 @@ Builder API
|
||||
.. automethod:: read
|
||||
.. automethod:: read_doc
|
||||
.. automethod:: write_doctree
|
||||
.. automethod:: write
|
||||
|
||||
.. rubric:: Overridable Methods
|
||||
.. rubric:: Abstract Methods
|
||||
|
||||
These must be implemented in builder sub-classes:
|
||||
|
||||
.. automethod:: get_outdated_docs
|
||||
.. automethod:: prepare_writing
|
||||
.. automethod:: write_doc
|
||||
.. automethod:: get_target_uri
|
||||
|
||||
.. rubric:: Overridable Methods
|
||||
|
||||
These methods can be overridden in builder sub-classes:
|
||||
|
||||
.. automethod:: init
|
||||
.. automethod:: write
|
||||
.. automethod:: write_documents
|
||||
.. automethod:: prepare_writing
|
||||
.. automethod:: copy_assets
|
||||
.. automethod:: get_relative_uri
|
||||
.. automethod:: finish
|
||||
|
||||
Reference in New Issue
Block a user