diff options
-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): |