mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-13 06:24:46 -05:00
fix documentation for extension development tutorial. Closes #1624. Thanks to dkeeney_fastacash.
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user