diff --git a/docs/source/conf.py b/docs/source/conf.py index 50b37f3..703e058 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,10 +17,14 @@ # -- Project information ----------------------------------------------------- +import os +import sys + project = 'PyTiled Parser' copyright = '2019, Beefy-Swain' author = 'Beefy-Swain' +sys.path.insert(0, os.path.abspath('..')) # -- General configuration ---------------------------------------------------