Work on fixing path issues for doc building

This commit is contained in:
Paul Vincent Craven
2019-08-15 09:38:21 -05:00
parent 0670005d3e
commit ebc94be681

View File

@@ -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 ---------------------------------------------------