Skip to content

Commit

Permalink
Read the Docs build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeython committed Sep 11, 2014
1 parent ccc3202 commit d303ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import sys
import os

sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.dirname(__file__))))

import loremipsum

Expand Down

0 comments on commit d303ed0

Please sign in to comment.