From e80e0dbc0d2e6ae22d749e595fe633d3395f8ebb Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Tue, 26 Feb 2019 21:14:57 +0100 Subject: [PATCH 1/1] Update Sphinx configuration to reflect new location. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 0a169aa..85931e1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,7 +19,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('web')) +sys.path.insert(0, os.path.abspath('../web')) # -- General configuration ------------------------------------------------ -- 2.47.3