first version of the jinja2 docs

--HG--
branch : trunk
diff --git a/docs/conf.py b/docs/conf.py
index 501c094..4c984d2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -16,14 +16,14 @@
 # If your extensions are in another directory, add it here. If the directory
 # is relative to the documentation root, use os.path.abspath to make it
 # absolute, like shown here.
-#sys.path.append(os.path.abspath('some/directory'))
+sys.path.append(os.path.dirname(os.path.abspath(__file__)))
 
 # General configuration
 # ---------------------
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc']
+extensions = ['sphinx.ext.autodoc', 'jinjaext']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']