fix docs
Fix an issue with docs not being able to find Inkycal modules
This commit is contained in:
parent
bef931097b
commit
ec60a8dfdd
@ -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 -----------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user