Fix an issue with docs not being able to find Inkycal modules
This commit is contained in:
Ace 2023-12-07 22:12:03 +01:00
parent bef931097b
commit ec60a8dfdd

View File

@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../inkycal'))
sys.path.insert(0, os.path.abspath('..'))
master_doc = 'index'
# -- Project information -----------------------------------------------------