From 10ed9f9aceb5526103362b65f3481b33f8815249 Mon Sep 17 00:00:00 2001 From: "sumit.templatic@gmail.com" Date: Sun, 18 Aug 2019 16:58:43 +0530 Subject: [PATCH] docs updated --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 96ea7d7..cbf36ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = ['recommonmark'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']