Skip to content

Commit

Permalink
try abspath fix in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jashcraf committed Sep 25, 2023
1 parent 3f0b410 commit 120e93f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.append('poke')
sys.path.insert(0,os.path.abspath('../'))
#sys.path.append('poke')


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 120e93f

Please sign in to comment.