From: Philipp Spitzer Date: Tue, 26 Feb 2019 20:14:57 +0000 (+0100) Subject: Update Sphinx configuration to reflect new location. X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/e80e0dbc0d2e6ae22d749e595fe633d3395f8ebb Update Sphinx configuration to reflect new location. --- 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 ------------------------------------------------