From 09a3717edbfea21916596c80987d72ff47ef6d84 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sun, 10 Nov 2013 20:51:32 +0000 Subject: [PATCH] Enable todo entries in documentation --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0e4820332..37ab0060c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,6 +89,8 @@ pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] +# If true, todo entries will be included in the output. +todo_include_todos = True # -- Options for HTML output ---------------------------------------------------