mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Some more fixes after the great renaming.
This commit is contained in:
@@ -13,7 +13,7 @@ the following public API:
|
||||
.. method:: Sphinx.add_builder(builder)
|
||||
|
||||
Register a new builder. *builder* must be a class that inherits from
|
||||
:class:`~sphinx.builder.Builder`.
|
||||
:class:`~sphinx.builders.Builder`.
|
||||
|
||||
.. method:: Sphinx.add_config_value(name, default, rebuild_env)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ Writing new builders
|
||||
|
||||
.. todo:: Expand this.
|
||||
|
||||
.. currentmodule:: sphinx.builder
|
||||
.. currentmodule:: sphinx.builders
|
||||
|
||||
.. class:: Builder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user