summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-12-05 19:44:05 +0900
committershimizukawa <shimizukawa@gmail.com>2014-12-05 19:44:05 +0900
commitb16cb6d652eb3de8ec838072774c3c96e8400114 (patch)
tree4e7d4ce4c4e7e8e66367af60c260116a8d891345
parent8c09179e31fcb844c3c62d42088e85cd315d7124 (diff)
parentacb21deba18fd58f4ee049425040fac9a632ce17 (diff)
downloadsphinx-b16cb6d652eb3de8ec838072774c3c96e8400114.tar.gz
merge with stable
-rw-r--r--doc/extdev/tutorial.rst1
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):