add the pelican path to the sys.path, to be able to use autodoc

This commit is contained in:
Andrea Crotti 2012-03-15 00:23:07 +00:00
commit 020c1400e2

View file

@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
import sys, os
sys.path.append(os.path.abspath('..'))
# -- General configuration -----------------------------------------------------
templates_path = ['_templates']
extensions = ['sphinx.ext.autodoc',]