Skip to content

Commit

Permalink
messing with the path to try to get import to work in documentation g…
Browse files Browse the repository at this point in the history
…eneration
  • Loading branch information
ofloveandhate committed Jul 11, 2024
1 parent e4fc688 commit 93c93d6
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 @@ -31,4 +31,5 @@

import os
import sys
sys.path.insert(0, os.path.abspath('../markdown2canvas/'))
sys.path.insert(0, os.path.abspath('../markdown2canvas/'))
sys.path.insert(0, os.path.abspath('./markdown2canvas/'))

0 comments on commit 93c93d6

Please sign in to comment.