From d008638c051797a08dd3fe9508ab7c00ecf8d391 Mon Sep 17 00:00:00 2001 From: RJ Ryan Date: Mon, 28 Dec 2015 22:35:14 -0500 Subject: [PATCH] Disable TODOs for the release branch. --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index f2d59863e9..2343a2f3ae 100644 --- a/source/conf.py +++ b/source/conf.py @@ -33,7 +33,7 @@ 'sphinx.ext.graphviz', ] -todo_include_todos = True +todo_include_todos = False # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']