Fix an issue with docs not being able to find Inkycal modules
This commit is contained in:
Ace
2023-12-07 18:40:24 +01:00
parent 34550d2e3e
commit bef931097b
3 changed files with 9 additions and 8 deletions

View File

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