Skip to content

Commit

Permalink
docs: more robust way to get lb path
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan committed Dec 5, 2017
1 parent ca2f62d commit 280a1f5
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 @@ -19,7 +19,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../lb'))
lb_path = os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 'lb')
sys.path.insert(0, lb_path)


# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit 280a1f5

Please sign in to comment.