summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-02-24 01:28:19 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-02-24 01:28:36 +0100
commit59274330932d5eae3b708c5e944a7ae452cdddaf (patch)
tree9e52bf3816595064357f78485d1a4eb6afdf9198 /docs/conf.py
parentdc16881ebf674295a3e855bfc4798a0ce8bd94d2 (diff)
downloadfactory-boy-59274330932d5eae3b708c5e944a7ae452cdddaf.tar
factory-boy-59274330932d5eae3b708c5e944a7ae452cdddaf.tar.gz
Improve docs.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f50b1a6..7a67dfd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -17,6 +17,7 @@ import sys, os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
+sys.path.insert(0, os.path.dirname(os.path.abspath('.')))
# -- General configuration -----------------------------------------------------