Try to fix relative directory for RTD build

This commit is contained in:
Paul Vincent Craven
2019-08-15 11:08:01 -05:00
parent 36255c36a8
commit c60edd791b

View File

@@ -24,7 +24,7 @@ project = 'PyTiled Parser'
copyright = '2019, Beefy-Swain'
author = 'Beefy-Swain'
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ---------------------------------------------------