mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Improve builder docs a bit.
This commit is contained in:
@@ -20,7 +20,7 @@ Writing new builders
|
||||
.. automethod:: build_update
|
||||
.. automethod:: build
|
||||
|
||||
These methods must be overridden in concrete builder classes:
|
||||
These methods can be overridden in concrete builder classes:
|
||||
|
||||
.. automethod:: init
|
||||
.. automethod:: get_outdated_docs
|
||||
@@ -28,3 +28,7 @@ Writing new builders
|
||||
.. automethod:: prepare_writing
|
||||
.. automethod:: write_doc
|
||||
.. automethod:: finish
|
||||
|
||||
Useful helpers:
|
||||
|
||||
.. automethod:: init_templates
|
||||
|
||||
Reference in New Issue
Block a user