diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2014-12-05 19:44:05 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2014-12-05 19:44:05 +0900 |
| commit | b16cb6d652eb3de8ec838072774c3c96e8400114 (patch) | |
| tree | 4e7d4ce4c4e7e8e66367af60c260116a8d891345 /doc/extdev/tutorial.rst | |
| parent | 8c09179e31fcb844c3c62d42088e85cd315d7124 (diff) | |
| parent | acb21deba18fd58f4ee049425040fac9a632ce17 (diff) | |
| download | sphinx-b16cb6d652eb3de8ec838072774c3c96e8400114.tar.gz | |
merge with stable
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 e7912406..8241e109 100644 --- a/doc/extdev/tutorial.rst +++ b/doc/extdev/tutorial.rst @@ -247,6 +247,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): |
