Skip to content

Commit

Permalink
Debugging docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 7, 2017
1 parent 9904675 commit 7e432bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
from os.path import dirname, abspath

project_dir = dirname(dirname(abspath(__file__)))
print('project_dir=%r', project_dir)
sys.path.insert(0, project_dir)
print('sys.path after addition:')
for d in sys.path:
print(' ', d)

import pynsist

Expand Down

0 comments on commit 7e432bb

Please sign in to comment.