diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2014-11-26 20:14:31 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2014-11-26 20:14:31 +0900 |
| commit | acb21deba18fd58f4ee049425040fac9a632ce17 (patch) | |
| tree | c5c79c07284e49cef7ef5f599548e0ec1fdb718e /doc/extdev/tutorial.rst | |
| parent | 820806f0aab31485e3878da32dab30a1a339aee3 (diff) | |
| download | sphinx-acb21deba18fd58f4ee049425040fac9a632ce17.tar.gz | |
fix documentation for extension development tutorial. Closes #1624. Thanks to dkeeney_fastacash.
Diffstat (limited to 'doc/extdev/tutorial.rst')
| -rw-r--r-- | doc/extdev/tutorial.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extdev/tutorial.rst b/doc/extdev/tutorial.rst index a03d6e08..84e7258b 100644 --- a/doc/extdev/tutorial.rst +++ b/doc/extdev/tutorial.rst @@ -245,6 +245,7 @@ todolist directive has neither content nor arguments that need to be handled. The ``todo`` directive function looks like this:: from sphinx.util.compat import make_admonition + from sphinx.locale import _ class TodoDirective(Directive): |
