From: Free Ekanayaka <freee@debian.org>
Date: Fri, 4 Nov 2016 07:26:00 +0000
Subject: Sphinx: Adjust setup of sys.path.insert

Adjust the import path in the Sphinx configuration file to match the new
source files location (src/).

Forwarded: no-needed
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 9135aec..774cd30 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ from twisted import version as twisted_version_object
 # 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("./_extensions"))
-sys.path.insert(0, os.path.abspath(".."))
+sys.path.insert(0, os.path.abspath("../src"))
 
 # -- General configuration ------------------------------------------------
 
