From 8012451a3ff6d76b832b1c05a288af3d7494a2e9 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Fri, 27 May 2016 18:17:27 +0530
Subject: [PATCH] Enabling todo.ext with sphinx.

---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/conf.py b/docs/conf.py
index b0435152..4e660000 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,6 +35,7 @@ sys.path.append(os.path.abspath('../../moose-examples/tutorials/ExcInhNetCaPlast
 extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.mathjax',
               'sphinx.ext.autosummary',
+              'sphinx.ext.todo',
               'sphinx.ext.viewcode',
               'numpydoc'
 		]
-- 
GitLab