From f6960d09f0e84903954e801397209ef7eb1450ce Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 27 Jul 2016 19:05:27 +0200 Subject: Fix doc building Broken by the namespace change --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 61f17b38..ff3a9031 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -15,7 +15,7 @@ import sys, os, time sys.path.insert(0, os.path.abspath('../stub')) -sys.path.append(os.path.abspath('../../poezio/')) +sys.path.append(os.path.abspath('../../')) sys.path.append(os.path.abspath('../../plugins/')) # If extensions (or modules to document with autodoc) are in another directory, -- cgit v1.2.3