fix documentation for extension development tutorial. Closes #1624. Thanks to dkeeney_fastacash.

This commit is contained in:
Takayuki Shimizukawa
2014-11-26 20:14:31 +09:00
parent 2db40f7725
commit 6993a7254c
+1
View File
@@ -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):