Some more fixes after the great renaming.

This commit is contained in:
Georg Brandl
2008-11-29 20:04:11 +01:00
parent 18d1581eec
commit bd12a8e547
8 changed files with 17 additions and 11 deletions

View File

@@ -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)

View File

@@ -5,7 +5,7 @@ Writing new builders
.. todo:: Expand this.
.. currentmodule:: sphinx.builder
.. currentmodule:: sphinx.builders
.. class:: Builder