Description: Fix building the sphinxdoc documentation
Author: Nicolas Dandrimont <nicolas.dandrimont@crans.org>
Forwarded: no
Last-Update: 2012-01-31

---

Index: python-simpy-2.3.1/docs/source/conf.py
===================================================================
--- python-simpy-2.3.1.orig/docs/source/conf.py	2011-10-31 09:19:48.000000000 +0100
+++ python-simpy-2.3.1/docs/source/conf.py	2012-02-01 00:13:09.000000000 +0100
@@ -19,6 +19,7 @@
 # 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.abspath('../..'))
 
 
 import SimPy
