Skip to content

Commit

Permalink
fix for read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 26, 2020
1 parent d8aec04 commit ae206d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import sys
from pathlib import Path
sys.path.append(Path('.').absolute())
sys.path.extend(str(Path('./pepreader').absolute()))


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

0 comments on commit ae206d1

Please sign in to comment.