diff options
| author | georg.brandl <devnull@localhost> | 2008-06-18 18:46:46 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-06-18 18:46:46 +0000 |
| commit | 05ef2046848e09279dd2584a30e000caecba93e6 (patch) | |
| tree | 1da5299c57a5bcad65df12fdb88aea2d757897bd /doc | |
| parent | 7318ec35241f0ef48846381ce7ba58da670b9bce (diff) | |
| download | sphinx-05ef2046848e09279dd2584a30e000caecba93e6.tar.gz | |
Fix class name.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ext/builderapi.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ext/builderapi.rst b/doc/ext/builderapi.rst index 66802ee5..fb2b7ea4 100644 --- a/doc/ext/builderapi.rst +++ b/doc/ext/builderapi.rst @@ -5,7 +5,9 @@ Writing new builders XXX to be expanded. -.. class:: sphinx.builder.Builder +.. currentmodule:: sphinx.builder + +.. class:: Builder This is the base class for all builders. |
